max method

DateTime? max()

Finds the largest value matching the query.

Yields null if there are no objects that match the query.

Implementation

DateTime? max() => aggregate(Aggregation.max);