void fromJson(Map<String, dynamic> json) { serverUrl = json['serverUrl']; serverPort = json['serverPort']; serverPort = json['roomId'] ?? ''; }