state property

  1. @protected
S get state
inherited

Returns the current state.

This getter provides read-only access to the current state. To modify the state, use setState.

Implementation

@protected
S get state => _state;