lxNullable property

LxVar<T?> get lxNullable

Wraps this value in a nullable reactive LxVar.

Implementation

LxVar<T?> get lxNullable => LxVar<T?>(this);