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