Dart API Referencedart:coreHashSet<E>

HashSet<E extends Hashable> Interface

Default class

HashSetImplementation<E>

Extends

Set<E>

Implemented by

HashSetImplementation<E>

Constructors

Code new HashSet.from(Iterable<E> other) #

Creates a Set that contains all elements of other.

HashSet.from(Iterable<E> other);

Code new HashSet() #

HashSet();