isActive method

bool isActive()
inherited

Whether the state is set to Active.

Implementation

bool isActive() => _state == _ActorState.active;