isEmpty method

bool isEmpty (Map map)

Implementation

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