Rule constructor
Rule({
- List<
DisjunctiveMatchStatement> ? disjunctiveMatchStatements, - String? name,
Implementation
Rule({
this.disjunctiveMatchStatements,
this.name,
});