max method
Returns the column's max. Requires column records type to be a subtype of <num?>
Implementation
num max() => _nullFreedNums().max;
Returns the column's max. Requires column records type to be a subtype of <num?>
num max() => _nullFreedNums().max;