ToUniqueList<E> extension

Adds a method to Iterable to create a UniqueList containing the elements of this iterable.

on

Methods

toUniqueList({bool growable = true, bool nullable = true, bool strict = false}) UniqueList<E>
Creates an UniqueList containing the elements of this iterable.