toListOfValues method

List<V> toListOfValues()

Implementation

List<V> toListOfValues() {
  return values.toList();
}