toImutableList property

List<T> get toImutableList

Implementation

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