GetRuleGroupResponse constructor

GetRuleGroupResponse({
  1. String? lockToken,
  2. RuleGroup? ruleGroup,
})

Implementation

GetRuleGroupResponse({
  this.lockToken,
  this.ruleGroup,
});