empty constant

TextRange const empty

A text range that contains nothing and is not in the text.

Implementation

static const TextRange empty = TextRange(start: -1, end: -1);