rows property

int get rows

Implementation

int get rows {
  _ensureOpen();
  return _rows;
}