state property

Implementation

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

Implementation

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