lines property

List<String> get lines

The content lines.

Implementation

List<String> get lines => softWrap ? _wrappedLines : _lines;