average method

AggregateQueryPlatform average(
  1. String field
)

Returns an AggregateQueryPlatform which uses the QueryPlatform to query for metadata

This method is not exposed in the public API, but can be used internally

Implementation

AggregateQueryPlatform average(String field) {
  throw UnimplementedError('average() is not implemented');
}