valuesList property

List<V> get valuesList

All values in iteration order.

Implementation

List<V> get valuesList => values.toList();