maxSync method

T? maxSync()

Returns the maximum value of this query.

Implementation

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