empty constant

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

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

Implementation

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