isSelected method

bool isSelected(
  1. UserInfoWithTeam userInfoWithTeam
)

Implementation

bool isSelected(UserInfoWithTeam userInfoWithTeam) {
  return selectedList.contains(userInfoWithTeam);
}