isNotEmpty method

bool isNotEmpty (Map map)

Implementation

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