ParserCachedAction constructor

const ParserCachedAction(
  1. ParserAction? action, [
  2. ParserSymbol? symbol
])

Implementation

const ParserCachedAction(this.action, [this.symbol]);