Creates an LxVar holding this value.
// Example usage:
final name = 'Levit'.lx;
LxVar<T> get lx => LxVar<T>(this);