isUnloading property

bool isUnloading

Whether the module is currently unloading.

Implementation

bool get isUnloading => _state == LifecycleState.unloading;