isSelected method

bool isSelected(
  1. int index
)

Implementation

bool isSelected(int index) => selected.value.contains(index);