unmodifiable property

  1. @override
CollectiveValue<V> get unmodifiable
override

Gets an unmodifiable view of this value.

Implementation

@override
CollectiveValue<V> get unmodifiable => _collective.unmodifiable;