textContent property

String textContent

Implementation

String get textContent => children.map((child) => child.textContent).join();