isLoading property
bool
get
isLoading
Whether a load is currently running.
Implementation
bool get isLoading => status == LoadStatus.loading;
Whether a load is currently running.
bool get isLoading => status == LoadStatus.loading;