isSuspended property

bool isSuspended

Whether the module is currently suspended.

Implementation

bool get isSuspended => _state == LifecycleState.suspended;