Flutter
string_scanner
StringScanner
isDone property
isDone
isDone
property
Null safety
bool
isDone
Whether the scanner has completely consumed
string
.
Implementation
bool get isDone => position == string.length;
Flutter
string_scanner
StringScanner
isDone property
StringScanner class
Constructors
StringScanner
Properties
hashCode
isDone
lastMatch
position
rest
runtimeType
sourceUrl
string
Methods
error
expect
expectChar
expectDone
matches
noSuchMethod
peekChar
readChar
scan
scanChar
substring
toString
Operators
operator ==