of<T> static method

RxSet<T> of<T>(
  1. Set<T> set
)

Implementation

static RxSet<T> of<T>(Set<T> set) => RxSet<T>(set);