containsKey method

bool containsKey(
  1. String key
)

检查是否包含 key

Implementation

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