RxSet<E>.of constructor

RxSet<E>.of(
  1. Iterable<E> elements
)

Implementation

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