toNotifiableSet method

NotifiableSet<E> toNotifiableSet()

Creates a NotifiableSet containing the same elements as this list.

Implementation

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