rows property

int rows

Returns the number of rows in the table, excluding the header row.

Implementation

int get rows => _table.length - 1;