contains abstract method

bool contains(
  1. String key
)

Returns whether an entry with the given key exists in this dictionary.

Implementation

bool contains(String key);