offset property
The offset from the beginning of the file to the first character in the token.
Implementation
@override
int get offset => _typeAndOffset >> 8;
The offset from the beginning of the file to the first character in the token.
@override
int get offset => _typeAndOffset >> 8;