max method

Future<T?> max()

Implementation

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