isContain method

bool isContain(
  1. String id
)

Checks if the given id exists in selections

Implementation

bool isContain(String id) => selections.contains(id);