isItemSelected method

bool isItemSelected(
  1. String id
)

Implementation

bool isItemSelected(String id) => _selectedIds.contains(id);