lx property

LxVar<T> get lx

Wraps this value in a reactive LxVar.

final name = 'Levit'.lx;

Implementation

LxVar<T> get lx => LxVar<T>(this);