isInitializing property

bool get isInitializing

Indicate whether the unit is being initialized

Implementation

bool get isInitializing => _lifeState == MemberLife.initializing;