minSync method

T? minSync()

Returns the minimum value of this query.

Implementation

T? minSync() => build().minSync();