textContent

String get textContent

The text content of this node.

Implementation

String get textContent => _node.textContent ?? '';