text property

  1. @override
String? text
override

Return the combined text of all leaf nodes. Does not get any off-channel tokens (if any) so won't return whitespace and comments if they are sent to parser on hidden channel.

Implementation

@override
String? get text {
  return symbol.text;
}