min method

Future<T?> min()

Returns the minimum value of this query.

Implementation

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