toListOfValues method

List<T> toListOfValues()

Implementation

List<T> toListOfValues() => toIterableOfValues().toList();