Flutter
characters
CharacterRange
source property
source
source
property
Null safety
Characters
source
The character sequence that this range is a sub-sequence of.
Implementation
Characters get source;
Flutter
characters
CharacterRange
source property
CharacterRange class
Constructors
CharacterRange
at
Properties
charactersAfter
charactersBefore
current
currentCharacters
hashCode
isEmpty
isNotEmpty
runes
runtimeType
source
stringAfter
stringAfterLength
stringBefore
stringBeforeLength
utf16CodeUnits
Methods
collapseToEnd
collapseToFirst
collapseToLast
collapseToStart
copy
dropBackTo
dropBackUntil
dropBackWhile
dropFirst
dropLast
dropTo
dropUntil
dropWhile
endsWith
expandAll
expandBack
expandBackAll
expandBackTo
expandBackUntil
expandBackWhile
expandNext
expandTo
expandUntil
expandWhile
isFollowedBy
isPrecededBy
moveBack
moveBackAll
moveBackTo
moveBackUntil
moveNext
moveNextAll
moveTo
moveUntil
noSuchMethod
replaceAll
replaceFirst
replaceRange
split
startsWith
toString
Operators
operator ==