isEmpty property

bool isEmpty

Whether there is nothing in this map.

Implementation

bool get isEmpty => _map.isEmpty;