$id method

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

将该字段作为分组id

Implementation

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