min method

Future<DateTime?> min()

Returns the minimum value of this query.

Implementation

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