innerText property
String
get
innerText
Return the concatenated text of this node and all its descendants.
Implementation
String get innerText;
set
innerText
(String value)
Replaces the children of this node with text contents.
Implementation
set innerText(String value);