lx property

LxSet<E> get lx

Converts this set into reactive LxSet.

Implementation

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