isNotEmpty属性

bool isNotEmpty
继承自

该图映射中至少存在一个键/值对。

实现

bool get isNotEmpty => !isEmpty;