containsKey method

bool containsKey(
  1. TypeID id
)

如果節點存在返回 true

Implementation

bool containsKey(TypeID id) => _keys.containsKey(id);