text property

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

String get text => innerText;