getRows method

List<Row> getRows()

Returns the rows (parity with bubbles).

Implementation

List<Row> getRows() => _rows;