$min method

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

获取该字段的最小值。

Implementation

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