average method

Future<double> average()

Returns the average value of this query.

Implementation

Future<double> average() => build().average();