isEmpty 属性

bool isEmpty
重写

地图中是否有键值对。

实现

bool get isEmpty => length == 0;