setsAsSet property

ISet<ISet<V>> setsAsSet

Returns an ISet of the internal sets.

Implementation

ISet<ISet<V>> get setsAsSet => ISet(sets).withDeepEquals;