RuleAction constructor

RuleAction({
  1. String? action,
  2. String? name,
  3. String? description,
  4. String? message,
})

Implementation

RuleAction({
  this.action,
  this.name,
  this.description,
  this.message,
});