Flutter
string_scanner
LineScanner
line property
line
line
property
Null safety
int
line
The scanner's current (zero-based) line number.
Implementation
int get line => _line;
Flutter
string_scanner
LineScanner
line property
LineScanner class
Constructors
LineScanner
Properties
column
hashCode
isDone
lastMatch
line
position
rest
runtimeType
sourceUrl
state
string
Methods
error
expect
expectChar
expectDone
matches
noSuchMethod
peekChar
readChar
scan
scanChar
substring
toString
Operators
operator ==