textContent method

String? textContent({
  1. bool convertBRsToNewlines = false,
})

Implementation

String? textContent({bool convertBRsToNewlines = false}) =>
    _getTextContent(this, convertBRsToNewlines: convertBRsToNewlines);