textContent property

  1. @override
String textContent
override

The composed string of text, leading spaces, trailing spaces and line endings.

Implementation

@override
String get textContent => '$_precededLineEndings'
    '$_leadingSpaces$_updatedText$_trailingSpaces$_lineEndings';