lexeme property

  1. @override
String lexeme
inherited

Return the lexeme that represents this token.

For StringTokens the lexeme includes the quotes, explicit escapes, etc.

Implementation

@override
String get lexeme => _value;