offset property
Return the offset from the beginning of the file to the first character in the syntactic entity.
Implementation
@override
int get offset;
      
      set
      offset
      (int 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);