isEmpty 属性

bool isEmpty
override

地图中是否没有键/值对。

实现

bool get isEmpty => _map.isEmpty;