RuleAction constructor
RuleAction({
- AllowAction? allow,
- BlockAction? block,
- CountAction? count,
Implementation
RuleAction({
this.allow,
this.block,
this.count,
});