LxSet<E> constructor

LxSet<E>([
  1. Set<E>? initial,
  2. String? name
])

Creates a reactive set.

Implementation

LxSet([Set<E>? initial, String? name]) : super(initial ?? <E>{});