hasPendingWrites property
bool
get
hasPendingWrites
true
if the snapshot includes local writes (set() or update() calls)
that haven't been committed to the backend yet.
If your listener has opted into metadata updates via
onDocumentMetadataSnapshot, onQueryMetadataSnapshot or onMetadataSnapshot,
you receive another snapshot with hasPendingWrites
set to false
once the writes have been committed to the backend.
Implementation
external bool get hasPendingWrites;
set
hasPendingWrites
(bool v)
Implementation
external set hasPendingWrites(bool v);