lxStatic property

LxComputed<T> get lxStatic

Transforms this function into a LxComputed value with static dependencies.

The dependency graph is built only once.

Implementation

LxComputed<T> get lxStatic => LxComputed<T>(this, staticDeps: true);