currentState property

S currentState

The current BloC's state.

Implementation

S get currentState => blocState;