URxSet<E> constructor

URxSet<E>([
  1. Set<E>? initial
])

Implementation

URxSet([Set<E>? initial]) : super(initial ?? <E>{});