ManualRuleGroup constructor
      
      ManualRuleGroup({ 
    
    
- ExtendedValue? groupName,
- List<ExtendedValue> ? items,
Implementation
ManualRuleGroup({
  this.groupName,
  this.items,
});