Flutter
string_scanner
LineScanner
column property
column
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 ==
column property
int
column
The scanner's current (zero-based) column number.
Implementation
int get column => _column;