list property

List<T> get list

Implementation

List<T> get list => List<T>.from(_list);