containsKey abstract method

bool containsKey(
  1. Object? key
)

Returns whether this multimap contains the given key.

Implementation

bool containsKey(Object? key);