RxSet<E> constructor

RxSet<E>([
  1. Set<E>? value
])

Create a reactive Set

Implementation

RxSet([Set<E>? value]) : super(value ?? {});