isEmpty 属性

bool isEmpty
override

判断映射中是否存在键值对。

实现

bool get isEmpty => length == 0;