Rule constructor

Rule({
  1. List<DisjunctiveMatchStatement>? disjunctiveMatchStatements,
  2. String? name,
})

Implementation

Rule({
  this.disjunctiveMatchStatements,
  this.name,
});