valuesList property
List<V>
get
valuesList
All values in iteration order.
Implementation
List<V> get valuesList => values.toList();
All values in iteration order.
List<V> get valuesList => values.toList();