ColdStoreQuerySnapshot class

Represents a cached collection query result, mirroring QuerySnapshot

Constructors

ColdStoreQuerySnapshot.new({required List<ColdStoreDocument> docs})

Properties

docs List<ColdStoreDocument>
The documents in the collection that matched the query
final
empty bool
Whether the collection is empty
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The number of documents in the collection
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