toList method

List<T> toList()

Implementation

List<T> toList() => List<T>.from(value);