getSum method

double? getSum(
  1. String field
)

Returns the sum of the values of the documents that match the query.

Implementation

double? getSum(String field) => _delegate.getSum(field);