offset property Null safety
override
Return the offset from the beginning of the file to the first character in the syntactic entity.
Implementation
@override
int get offset;
Set the offset from the beginning of the file to the first character in the token to the given offset.
Implementation
void set offset(int offset);