UnionSetController<E> constructor

*<Null safety>*

UnionSetController<E>({bool disjoint: false})

Implementation

UnionSetController({bool disjoint = false}) : this._(<Set<E>>{}, disjoint);