GetRuleGroupResponse constructor

GetRuleGroupResponse({
  1. RuleGroup? ruleGroup,
})

Implementation

GetRuleGroupResponse({
  this.ruleGroup,
});