maxSync method

T? maxSync()

Returns the maximum value of this query.

Implementation

T? maxSync() => aggregateSync<T>(AggregationOp.max);