isInitializing property

bool isInitializing

Returns true if this instance is in the middle of the initialization process.

Implementation

bool get isInitializing => _status.initializing;