RuleAction constructor

RuleAction({
  1. AllowAction? allow,
  2. BlockAction? block,
  3. CountAction? count,
})

Implementation

RuleAction({
  this.allow,
  this.block,
  this.count,
});