contains method

bool contains(
  1. KT key
)

Implementation

bool contains(KT key) => _map.containsKey(key);