lx property

LxMap<K, V> get lx

Wraps this map in a reactive LxMap.

Implementation

LxMap<K, V> get lx => LxMap<K, V>.from(this);