has method

bool has(
  1. K key
)

Implementation

bool has(K key) => _data.containsKey(key);