lexeme property
final
The matched string, or null if there was no match (e.g., failed or optional match).
Implementation
final String? lexeme;
The matched string, or null if there was no match (e.g., failed or optional match).
final String? lexeme;