average method

double average()

Calculates the average of all values. This only works for numeric values.

Implementation

double average() => _withQuery((q) => q.average());