isRefetching property

bool get isRefetching

Background refetch in progress while data is already available.

Implementation

bool get isRefetching => isFetching && hasData;