StatefulRuleGroup constructor

StatefulRuleGroup({
  1. String? resourceId,
  2. String? ruleGroupName,
})

Implementation

StatefulRuleGroup({
  this.resourceId,
  this.ruleGroupName,
});