max method

Future<DateTime?> max()

Returns the maximum value of this query.

Implementation

Future<DateTime?> max() => aggregate<DateTime>(AggregationOp.max);