state property

S? state

Implementation

S? get state => _wrapper.state;
void state=(S? state)

Implementation

set state(S? state) => _wrapper.state = state;