ParserProduction constructor

const ParserProduction(
  1. ParserSymbol symbol, [
  2. int length = 0
])

Implementation

const ParserProduction(this.symbol, [this.length = 0]);