isFetching property
bool
get
isFetching
Whether the first page of the query is currently being fetched.
isFetching will reset to true
when the query changes, in which case
a widget can have both isFetching as true
and hasData/hasError as
`true.
Implementation
bool get isFetching;