isLoaded property

bool isLoaded

Whether the module is currently loaded.

Implementation

bool get isLoaded => _state == LifecycleState.loaded;