value method

  1. @override
String value()
inherited

Return the value of this token. For keyword tokens, this is the keyword associated with the token, for other tokens it is the lexeme associated with the token.

Implementation

@override
String value() => _value;