Returns the current state.
This getter provides read-only access to the current state. To modify the state, use setState.
@protected S get state => _state;