getColumns method

List<Column> getColumns()

Returns the columns (parity with bubbles).

Implementation

List<Column> getColumns() => _columns;