line property

int line
latefinalinherited

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

Implementation

late final int line = _lineAndColumn[0];