checkIfSelected method

bool checkIfSelected(
  1. String id
)

Implementation

bool checkIfSelected(String id) {
  return selectedUserList.contains(id);
}