bloc property

Bloc<TBloc> bloc
final

No need to access this. We only keep a reference to this so we can dispose it on pop

Implementation

final Bloc<TBloc> bloc;