Has method

bool Has(
  1. String key
)

Returns true if a slot with the given key exists.

Implementation

bool Has(String key) => _Slots.containsKey(_slotKey(key));