String? get roomName => _$this._roomName;
set roomName(covariant String? roomName) => _$this._roomName = roomName;