isNotEmpty 属性

bool isNotEmpty
重写

判断映射中是否至少有一对键值对。

实现

bool get isNotEmpty => !isEmpty;