line property

int get line

The scanner's current (zero-based) line number.

Implementation

int get line => _line;