state property

  1. @override
State get state

The current state.

Implementation

@override
State get state => _bloc.state;