active property

bool get active
inherited

Whether the module is currently active and can handle requests.

Implementation

bool get active => _state == ModuleLifecycleState.active;