reactive property

Reactive<Set<E>> get reactive

Implementation

Reactive<Set<E>> get reactive {
  return Reactive<Set<E>>(Set<E>.from(this));
}