RxSet<E> constructor

RxSet<E>([
  1. Set<E> initial = const {}
])

Implementation

RxSet([super.initial = const {}]);