getValues method

Iterable getValues (Map map)

Implementation

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