contains method

bool contains(
  1. Object? o
)

Implementation

bool contains(Object? o) => queue.contains(o);