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