isEmpty property

bool? isEmpty

Whether there is no key/value pair in the map.

Implementation

bool? get isEmpty => value?.isEmpty;