charPositionInLine property

  1. @override
int charPositionInLine
getter/setter pairoverride

The index of the first character of this token relative to the beginning of the line at which it occurs, 0..n-1

Implementation

@override
int charPositionInLine = -1;