canInitialize property

  1. @protected
bool canInitialize
inherited

Whether the BloC can be initialized.

Implementation

@protected
bool get canInitialize => !isInitialized && !isInitializing;