lx property

LxVar<T> get lx

Creates an LxVar holding this value.

// Example usage:

final name = 'Levit'.lx;

Implementation

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