empty property

bool get empty

Returns true if the map is empty.

Implementation

bool get empty => _size == 0;