contains method

bool contains (Object other)
override

Returns true if value is in the set.

Implementation

bool contains(Object other) => _inner.contains(other);