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