RuleSummary constructor

RuleSummary({
  1. RuleAction? action,
  2. String? name,
})

Implementation

RuleSummary({
  this.action,
  this.name,
});