aggregate method
Perform a supplied operation on a field.
Implementation
Field aggregate(String operation) {
_operation = operation;
return this;
}
Perform a supplied operation on a field.
Field aggregate(String operation) {
_operation = operation;
return this;
}