contains abstract method

bool contains(
  1. String key,
  2. V value
)

Returns whether this TTMultiMap contains an association between keyMapping(key) and value.

Throws ArgumentError if key is empty or null.

Implementation

bool contains(String key, V value);