groups property

List<ManualRuleGroup>? groups
getter/setter pair

The list of group names and the corresponding items from the source data that map to each group name.

Implementation

core.List<ManualRuleGroup>? groups;