sumSync method

T sumSync()

Returns the sum of all values of this query.

Implementation

T sumSync() => aggregateSync<T>(AggregationOp.sum)!;