RxSet<E>.from constructor

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

Implementation

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