bool isNotEmpty(
Map map
)

Not documented.

Source

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