Return the lexeme that represents this token.
For StringTokens the lexeme includes the quotes, explicit escapes, etc.
StringToken
@override String get lexeme => _value;