toList method

List<T> toList()

The value to list

Implementation

List<T> toList() {
  return value.toList();
}