Iterable getValues(
Map map
)

Not documented.

Source

static Iterable getValues(Map map) {
  return map.keys.map((key) => map[key]);
}