max abstract method

Future<int> max(
  1. String column
)

Returns the maximum value of a numeric column.

Implementation

Future<int> max(String column);