All text within this node and its decendents.
Other resources
-
Node.textContent from MDN.
Source
@DomName('Node.textContent')
@DocsEditable()
String get text => _blink.BlinkNode.instance.textContent_Getter_(this);
All text within this node and its decendents.
Other resources
-
Node.textContent from MDN.
Source
@DomName('Node.textContent')
@DocsEditable()
set text(String value) => _blink.BlinkNode.instance.textContent_Setter_(this, value);