Returns the minimum non-null field value over the current flat dataset view, or null when no value is available.
null
Object? min(String fieldName) => _dataSet._aggregateCached(fieldName, FdcAggregate.min);