text property

String text

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

Implementation

String get text => innerText;