getAverage method

double? getAverage(
  1. String field
)

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

Implementation

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