empty constant
A text range that contains nothing and is not in the text.
Implementation
static const TextRange empty = TextRange(start: -1, end: -1);
A text range that contains nothing and is not in the text.
static const TextRange empty = TextRange(start: -1, end: -1);