Iterable getValues(Map map)

Source

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