lineCount property

int get lineCount

Number of lines tracked by the buffer (call finalizeLineInfo first).

Implementation

int get lineCount {
  _checkNotDisposed();
  return _bindings.textBufferGetLineCount(_ptr);
}