isEmpty 属性

bool isEmpty
重写

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

实现

bool get isEmpty => _key(0) == null;