lineCount property

int get lineCount

Implementation

int get lineCount {
  _checkAlive();
  return _renderer.lineOffsets.length;
}