unlock property

List<T> unlock

Returns a regular Dart (mutable, growable) List.

Implementation

List<T> get unlock => List<T>.of(this, growable: true);