rowCount property

int get rowCount

Implementation

int get rowCount {
  return _table.length;
}