rows property

int rows

The number of rows.

Implementation

int get rows => _grid.keys.fold(0, _rowsCombine);