isNormalized property

bool isNormalized

Whether the start of this range precedes the end.

Implementation

bool get isNormalized => end >= start;