isEmpty property Null safety

bool isEmpty
override

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

Implementation

bool get isEmpty => keys.isEmpty;