isOptimistic property
bool
get
isOptimistic
data has been specified as an QueryResultSource.optimisticResult
May include eager results from the cache.
Implementation
bool get isOptimistic => source == QueryResultSource.optimisticResult;