core.Map<core.String, core.dynamic> toJson() { final roomId = this.roomId; return {'roomId': ?roomId}; }