LxMap<K, V> constructor
Creates a reactive map.
Backed by initial if provided, otherwise an empty map.
Implementation
LxMap([Map<K, V>? initial, String? name, bool isSensitive = false])
: super(initial ?? <K, V>{}, name: name, isSensitive: isSensitive);