ParserAction constructor

const ParserAction(
  1. int action, [
  2. ParserState? state,
  3. String? symbol
])

Implementation

const ParserAction(this.action, [this.state, this.symbol]);