immutable property

List<int> get immutable

Implementation

List<int> get immutable => List<int>.unmodifiable(this);