currentState property

S get currentState
inherited

The current BloC's state.

Implementation

S get currentState => blocState;