isNotEmpty 属性

bool isNotEmpty
override

映射中是否至少存在一个键/值对。

实现

bool get isNotEmpty => _map.isNotEmpty;