list property

List<E> get list

Implementation

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