isUndeactivated method

bool isUndeactivated()
inherited

Whether the state is set to either Uninitialized or Active.

Implementation

bool isUndeactivated() => !isDeactivated();