ParserSymbol constructor

const ParserSymbol(
  1. String name,
  2. int index
)

Implementation

const ParserSymbol(this.name, this.index);