isEmpty property

bool get isEmpty

Returns true if the map has no key-value pairs.

Implementation

bool get isEmpty => value.isEmpty;