state property
inherited
Returns the current state of
the bloc
.
Implementation
State get state => _stateSubject.value;
Returns the current state of
the bloc
.
State get state => _stateSubject.value;