state property

S? state

Implementation

S? get state {
  final _state = this._state;
  return _state;
}