containsKey method

bool containsKey(
  1. K key
)

Check if key exists.

Implementation

bool containsKey(K key) => val.containsKey(key);