RuleGroupReferenceStatement constructor

RuleGroupReferenceStatement({
  1. required String arn,
  2. List<ExcludedRule>? excludedRules,
})

Implementation

RuleGroupReferenceStatement({
  required this.arn,
  this.excludedRules,
});