reconstructSource method

String reconstructSource()

Implementation

String reconstructSource() => terminalNodes.map((e) => e.lexeme).join();