unmodifiable property
Returns an unmodifiable version of this value change.
If this is already an unmodifiable value change, returns itself.
Implementation
@override
late final ElementValueChange<E,V> unmodifiable = _UnmodifiableElementValueChange<E,V>._(this);