contains abstract method

bool contains(
  1. Object? key,
  2. Object? value
)

Returns whether this multimap contains the given association between key and value.

Implementation

bool contains(Object? key, Object? value);