unmodifiable property

List<T> get unmodifiable

Implementation

List<T> get unmodifiable => List.unmodifiable(this);