$max method

void $max({
  1. String? asField,
})

获取该字段的最大值。

Implementation

void $max({String? asField}) => _group$max = asField ?? _name;