toNotifiableSet method
Creates a NotifiableSet containing the same elements as this set.
Implementation
NotifiableSet<E?> toNotifiableSet() => NotifiableSet<E?>.of(_values);
Creates a NotifiableSet containing the same elements as this set.
NotifiableSet<E?> toNotifiableSet() => NotifiableSet<E?>.of(_values);