RxSet<E> constructor
RxSet<E> ([
- Set<
E> ? initial
Implementation
RxSet([Set<E>? initial]) : super(initial ?? <E>{});
RxSet([Set<E>? initial]) : super(initial ?? <E>{});