isLoading property

bool isLoading

Whether the module is currently loading.

Implementation

bool get isLoading => _state == LifecycleState.loading;