max method

Future<DateTime?> max()

Implementation

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