QuerySnapshot<T extends Object?> class abstract

Contains the results of a query. It can contain zero or more DocumentSnapshot objects.

Constructors

QuerySnapshot()

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.
no setter
docs List<QueryDocumentSnapshot<T>>
Gets a list of all the documents included in this snapshot.
no setter
hashCode int
The hash code for this object.
no setterinherited
metadata SnapshotMetadata
Returns the SnapshotMetadata for this snapshot.
no setter
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 setter

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