zero constant

SourceRange const zero

Zero range for unknown locations.

Implementation

static const zero = SourceRange(
  start: SourcePosition(line: 0, column: 0),
  end: SourcePosition(line: 0, column: 0),
  offset: 0,
  length: 0,
);