toNotifiableSet method

NotifiableSet<E?> toNotifiableSet()

Creates a NotifiableSet containing the same elements as this set.

Implementation

NotifiableSet<E?> toNotifiableSet() => NotifiableSet<E?>.of(_values);