unmodifiable property
Gets an unmodifiable view of this value.
Implementation
@override
CollectiveValue<V> get unmodifiable => _collective.unmodifiable;
Gets an unmodifiable view of this value.
@override
CollectiveValue<V> get unmodifiable => _collective.unmodifiable;