text property

  1. @override
String get text
inherited

Return the concatenated text of this node and all its descendants, for XmlData nodes return the textual value of the node.

Implementation

@override
String get text => innerText;