Has method

bool Has(
  1. String key
)
inherited

Returns true if a slot with the given key exists.

Implementation

bool Has(String key) => slots.containsKey(slotKey(key));