keysAsSet property

ISet<K> keysAsSet

Returns an ISet of the keys.

Implementation

ISet<K> get keysAsSet => ISet(keys).withDeepEquals;