min method

Future<DateTime?> min()

Implementation

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