lines property

Iterable<String> get lines

Implementation

Iterable<String> get lines {
  return _rope.cachedLines();
}