isSelected method

bool isSelected(
  1. dynamic item
)

Implementation

bool isSelected(item) {
  return selectedItems.containsKey(item);
}