containsKey method

  1. @override
bool containsKey(
  1. String key
)
inherited

Returns whether this TTMultiMap contains key.

Implementation

@override
bool containsKey(String key) => !identical(this[key], null);