maxSync method

DateTime? maxSync()

Returns the maximum value of this query.

Implementation

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