factory CreateJoinRoomError.fromJson(Map<String, dynamic> json) { return CreateJoinRoomError( error: json['error'], success: json['success'], ); }