isPlaceholderData property

bool isPlaceholderData
final

Whether QuerySuccess.data is the observer's placeholderData rather than data from the cache. A placeholder is shown while the real fetch runs and is never written to the cache.

Implementation

final bool isPlaceholderData;