rowCount property

int get rowCount

Gets the number of rows currently added to this table.

Implementation

int get rowCount => _rows.length;