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