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