unmodifiable property

  1. @override
ElementValueChange<E, V> unmodifiable
latefinal

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);