factory ObbyEventLoggedIn.fromJson(Map<String, dynamic> json) => ObbyEventLoggedIn( account: json['account'] as String, );