isNotEmpty 属性

bool isNotEmpty
覆盖

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

实现

bool get isNotEmpty => keys.isNotEmpty;