lexeme property

String? get lexeme

Get the lexeme (matched text) for this node

Implementation

String? get lexeme => result.lexeme;