RxSet<E> constructor

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

Implementation

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