toggleIsSelected method

void toggleIsSelected()

Implementation

void toggleIsSelected() {
  isSelected = !isSelected;
}