roomId property

String? get roomId
override

Implementation

String? get roomId => _$this._roomId;
set roomId (covariant String? roomId)
covariantoverride

Implementation

set roomId(covariant String? roomId) => _$this._roomId = roomId;