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