lineCount property

int get lineCount

The total number of lines in the document.

Implementation

int get lineCount {
  return _rope.lineCount;
}