column property
The column number where the parser error was detected, or 0
if no
location information is available.
Implementation
late final int column = _lineAndColumn[1];
The column number where the parser error was detected, or 0
if no
location information is available.
late final int column = _lineAndColumn[1];