AggregateQuerySnapshot extension type

The results of executing an aggregation query.

on
Implemented types
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
query AggregateQuery
The query that was executed to produce this result.
no setter
readTime Timestamp
The time this snapshot was read.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

data() JSObject
Returns the results of the aggregations performed over the underlying query.
isEqual(AggregateQuerySnapshot other) bool
Compares this object with the given object for equality.
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