isNotEmpty property
override
Returns true if there is at least one key/value pair in the map.
Implementation
@override
bool get isNotEmpty => _entries.isNotEmpty;
Returns true if there is at least one key/value pair in the map.
@override
bool get isNotEmpty => _entries.isNotEmpty;