lines property

List<String> get lines

List of all lines in the document.

Implementation

List<String> get lines => _rope.cachedLines;