bool isEmpty(Map map)

Source

static bool isEmpty(Map map) => map.keys.isEmpty;