Flutter
collection
UnionSetController
<
E
>
set property
set
UnionSetController class
Constructors
UnionSetController
Properties
set
hashCode
runtimeType
Methods
add
remove
noSuchMethod
toString
Operators
operator ==
set property
UnionSet
<
E
>
set
The
UnionSet
that provides a view of the union of sets in
this
.
Implementation
UnionSet<E> get set => _set;