SetExtensions<T> extension

Provides extended methods for Set.

Set用の拡張メソッドを提供します。

on

Methods

clone({bool growable = false}) Set<T>
Clone another set from an existing set.
containsAll(Iterable<Object?> elements) bool
Returns true if Set contains all elements.
containsAny(Iterable<Object?> elements) bool
Returns true if Set contains any of elements.
equalsTo(Set<T>? others) bool
Returns true if the internals of Set and others are compared and match.