containsKeySafe method

bool containsKeySafe(
  1. K key
)

Implementation

bool containsKeySafe(K key) => this?.containsKey(key) == true;