The text inside this range.
String textInside(String text) { assert(isNormalized); return text.substring(start, end); }