lx property

LxSet<E> get lx

Wraps this set in a reactive LxSet.

Implementation

LxSet<E> get lx => LxSet<E>.from(this);