isLoading property

bool get isLoading

Whether a load is currently running.

Implementation

bool get isLoading => status == LoadStatus.loading;