bool isEmpty(
Map map
)

Not documented.

Source

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