state property

Implementation

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

Implementation

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