lexeme property

String get lexeme

Implementation

String get lexeme => [for (final tok in tokens) tok.lexeme].join();