Flutter
services
TextRange
isNormalized property
isNormalized
TextRange class
Constructors
TextRange
collapsed
Properties
end
hashCode
isCollapsed
isNormalized
isValid
start
runtimeType
Methods
textAfter
textBefore
textInside
toString
noSuchMethod
Operators
operator ==
Constants
empty
isNormalized property
bool
isNormalized
Whether the start of this range precedes the end.
Implementation
bool get isNormalized => end >= start;