RxSet<E>  constructor 
      
      RxSet<E> ([ 
    
    
- Set<E> initial = const {}
Implementation
RxSet([Set<E> initial = const {}]) {
  _value = Set.from(initial);
}RxSet([Set<E> initial = const {}]) {
  _value = Set.from(initial);
}