isRowInSelection method

bool isRowInSelection(
  1. int r
)

Implementation

bool isRowInSelection(int r) => _selRows.contains(r);