isNotEmpty属性

bool isNotEmpty
重写

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

实现

bool get isNotEmpty => _map.isNotEmpty;