isConcrete property
bool
get
isConcrete
data has been specified and is not an QueryResultSource.optimisticResult
shorthand for !isLoading && !isOptimistic
Implementation
bool get isConcrete => !isLoading && !isOptimistic;