union method

*<Null safety>*
  • @override

Set<V> union (Set<V> other) override

Implementation

@override
Set<V> union(Set<V> other) => toSet()..addAll(other);