contains method

bool contains(
  1. int id
)

Implementation

bool contains(int id) => set.contains(id);