stopPrintingDotGraphs method

void stopPrintingDotGraphs()

Stops parser debug-graph emission without affecting parser state.

Implementation

void stopPrintingDotGraphs() => setDebugGraphSink(null);