isNormalized property
bool
get
isNormalized
Whether the start of this range precedes the end.
Implementation
bool get isNormalized => end >= start;
Whether the start of this range precedes the end.
bool get isNormalized => end >= start;