line property

  1. @override
int? line
getter/setter pairoverride

The line number on which the 1st character of this token was matched, line=1..n

Implementation

@override
int? line;