lineCount property
int
get
lineCount
The total number of lines in the document.
Implementation
int get lineCount {
return _rope.lineCount;
}
The total number of lines in the document.
int get lineCount {
return _rope.lineCount;
}