LxSet<E> constructor
Creates a reactive set.
Backed by initial if provided, otherwise an empty set.
Implementation
LxSet([Set<E>? initial, String? name, bool isSensitive = false])
: super(initial ?? <E>{}, name: name, isSensitive: isSensitive);