ocs property
Implementation
RoomSetLobbyResponseApplicationJson_OcsBuilder get ocs =>
_$this._ocs ??= RoomSetLobbyResponseApplicationJson_OcsBuilder();
Implementation
set ocs(covariant RoomSetLobbyResponseApplicationJson_OcsBuilder? ocs) => _$this._ocs = ocs;