value property
Returns an unmodifiable view of the internal map.
⚠️ Calling mutations on this directly will throw UnsupportedError.
Use the signal's own methods instead: operator[]=, addAll, remove, etc.
Implementation
@override
Map<K, V> get value => UnmodifiableMapView(unsafeValue);