AggregateField extension type

Represents an aggregation that can be performed by Firestore.

on
Implemented types
Available extensions

Properties

aggregateType String
The kind of aggregation performed by this AggregateField.
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
type String
A type string to uniquely identify instances of this class.
no setter

Methods

isEqual(AggregateField 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

Static Properties

static AggregateFieldStatic
Access to static members on AggregateField
no setter