isEmpty 属性

bool isEmpty
override

判断该映射中是否有键/值对。

实现

bool get isEmpty => length == 0;