RxSet<E>.of constructor
RxSet<E>.of (
- Iterable<
E> elements
Implementation
RxSet.of(Iterable<E> elements) : super(Set<E>.of(elements));
RxSet.of(Iterable<E> elements) : super(Set<E>.of(elements));