minSync method

T? minSync()

Returns the minimum value of this query.

Implementation

T? minSync() => aggregateSync<T>(AggregationOp.min);