max method

num max()

Returns the column's max. Requires column records type to be a subtype of <num?>

Implementation

num max() => _nullFreedNums().max;