DocumentsToQuerySnapshot<T> class

Properties

docChanges List<DocumentChange<T>>
An array of the documents that changed since the last snapshot. If this is the first snapshot, all documents will be in the list as Added changes.
final
docs List<QueryDocumentSnapshot<T>>
Gets a list of all the documents included in this snapshot.
final
hashCode int
The hash code for this object.
no setterinherited
metadata MergedSnapshotMetadata
Returns the SnapshotMetadata for this snapshot.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Returns the size (number of documents) of this snapshot.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited