fromCache property
bool
get
fromCache
true
if the snapshot was created from cached data rather than guaranteed
up-to-date server data. If your listener has opted into metadata updates
(onDocumentMetadataSnapshot, onQueryMetadataSnapshot or onMetadataSnapshot)
you will receive another snapshot with fromCache set to false
once
the client has received up-to-date data from the backend.
Implementation
external bool get fromCache;
set
fromCache
(bool v)
Implementation
external set fromCache(bool v);