ProductionRule constructor

ProductionRule(
  1. String name,
  2. ProductionRuleKind kind,
  3. OrderedChoiceExpression expression,
  4. String? returnType,
)

Implementation

ProductionRule(this.name, this.kind, this.expression, this.returnType);