LxVar<T> constructor
LxVar<T> (})
Creates a reactive variable with an initial value.
Implementation
LxVar(super.initial,
{super.onListen,
super.onCancel,
super.name,
super.isSensitive,
super.equals});