state property

Implementation

RoomSetLobbyRequestApplicationJson_State? get state => _$this._state;
set state (covariant RoomSetLobbyRequestApplicationJson_State? state)
covariantoverride

Implementation

set state(covariant RoomSetLobbyRequestApplicationJson_State? state) => _$this._state = state;