ManualRuleGroup constructor

ManualRuleGroup({
  1. ExtendedValue? groupName,
  2. List<ExtendedValue>? items,
})

Implementation

ManualRuleGroup({
  this.groupName,
  this.items,
});