max method

Future<DateTime?> max()

Returns the maximum value of this query.

Implementation

Future<DateTime?> max() => build().max();