withSpans property

bool withSpans
final

When true (default), every AST node carries a Span(start, end). Set false for slight perf in pure-runtime use.

Implementation

final bool withSpans;