RuleSummary constructor
RuleSummary({
- RuleAction? action,
- String? name,
Implementation
RuleSummary({
this.action,
this.name,
});
RuleSummary({
this.action,
this.name,
});