$avg method

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

计算该字段的平均值

Implementation

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