AggregateOperation mixin

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

average(String field) Future<num>
count({String? field, bool distinct = false}) Future<int>
groupConcat(String field, String separator) Future<String>
max(String field) Future<num>
min(String field) Future<num>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sum(String field) Future<num>
toString() String
A string representation of this object.
inherited

Operators

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