isNotEmpty 属性

bool isNotEmpty
override

地图中是否存在至少一对键/值。

实现

bool get isNotEmpty => !isEmpty;