isCellSelected method

bool isCellSelected(
  1. String cellId
)

Implementation

bool isCellSelected(String cellId) => selectedCellIds.contains(cellId);