Wraps this value in a reactive LxVar with optional configuration.
LxVar<T> lxVar({String? named, bool isSensitive = false}) => LxVar<T>(this, name: named, isSensitive: isSensitive);