isEmpty property

bool get isEmpty

Check if the map is empty

Implementation

bool get isEmpty => _map.isEmpty;