isEmpty property

bool get isEmpty

Returns true if there are no entries.

Implementation

bool get isEmpty => _entries.isEmpty;