lexeme property

String? lexeme
final

The matched string, or null if there was no match (e.g., failed or optional match).

Implementation

final String? lexeme;