Returns whether this multimap contains the given value.
value
@override bool containsValue(Object? value) => values.contains(value);