Rule constructor

Rule({
  1. Map<String, String>? parameters,
  2. RuleType? type,
})

Implementation

Rule({
  this.parameters,
  this.type,
});