state property

TState get state

The current state of the bloc.

Implementation

TState get state => bloc.state;