contains method

bool contains(
  1. String key
)

Implementation

bool contains(String key) => underlying.containsKey(key);