isEmpty 属性

bool isEmpty
覆盖

映射中是否没有键/值对。

实现

bool get isEmpty => keys.isEmpty;