isNotEmpty 属性

bool isNotEmpty
override

地图中是否至少有一个键/值对。

实现

bool get isNotEmpty => !isEmpty;