isLoading property
bool
get
isLoading
Whether the query is currently performing its initial loading fetch.
Implementation
bool get isLoading => _status.value == QueryStatus.loading;
Whether the query is currently performing its initial loading fetch.
bool get isLoading => _status.value == QueryStatus.loading;