menu
betto_abnf
betto_abnf.dart
ParseTreeNode
lexeme property
lexeme
dark_mode
light_mode
lexeme
property
String
?
get
lexeme
Get the lexeme (matched text) for this node
Implementation
String? get lexeme => result.lexeme;
betto_abnf
betto_abnf
ParseTreeNode
lexeme property
ParseTreeNode class