currentState property

S get currentState

The current BloC's state.

Implementation

S get currentState => blocState;