bloc property

B? bloc
final

An optional bloc instance.

If not supplied the RxLoadingBuilder will do an automatic lookup to find an instance of the specified bloc.

Implementation

final B? bloc;