isSelectedId method

bool isSelectedId(
  1. String id
)

Implementation

bool isSelectedId(String id) => selectedItemIds.contains(id);