isInitializing property
bool
get
isInitializing
Indicate whether the unit is being initialized
Implementation
bool get isInitializing => _lifeState == MemberLife.initializing;
Indicate whether the unit is being initialized
bool get isInitializing => _lifeState == MemberLife.initializing;