sum method

Future<T> sum()

Implementation

Future<T> sum() => aggregate<T>(AggregationOp.sum).then((value) => value!);