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