line property

int line

The 1-based line number of the token where formatting error was found.

Implementation

int get line {
  _update();
  return _line;
}