growable property

List<T> get growable

Implementation

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