textContent property

String get textContent

Implementation

String get textContent => _text?.data ?? _el?.text ?? '';