column property

int column
latefinal

The column number where the parser error was detected, or 0 if no location information is available.

Implementation

late final int column = _lineAndColumn[1];