rowCount property
int
get
rowCount
Gets the number of rows currently added to this table.
Implementation
int get rowCount => _rows.length;
Gets the number of rows currently added to this table.
int get rowCount => _rows.length;