toNotifiableList method
Create a NotifiableList containing the same elements as this set.
Implementation
NotifiableList<E> toNotifiableList({bool growable = true}) =>
NotifiableList.of(_values, growable: growable);
Create a NotifiableList containing the same elements as this set.
NotifiableList<E> toNotifiableList({bool growable = true}) =>
NotifiableList.of(_values, growable: growable);