isEmpty property

bool get isEmpty

Returns true if the map is empty, false otherwise.

Implementation

bool get isEmpty => length == 0;