menu
googleapis package
documentation
firestore/v1.dart
Aggregation
Aggregation constructor
Aggregation constructor
dark_mode
light_mode
Aggregation
constructor
Aggregation
(
{
String
?
alias
,
Avg
?
avg
,
Count
?
count
,
Sum
?
sum
,
})
Implementation
Aggregation({ this.alias, this.avg, this.count, this.sum, });
googleapis package
documentation
firestore/v1
Aggregation
Aggregation constructor
Aggregation class