StatefulRuleGroup.fromJson constructor
Implementation
factory StatefulRuleGroup.fromJson(Map<String, dynamic> json) {
return StatefulRuleGroup(
resourceId: json['ResourceId'] as String?,
ruleGroupName: json['RuleGroupName'] as String?,
);
}