rows property
      
      int
      get
      rows
      
    
    
Returns the number of rows in the table, excluding the header row.
Implementation
int get rows => _table.length - 1;Returns the number of rows in the table, excluding the header row.
int get rows => _table.length - 1;