isEmpty property

bool get isEmpty

Returns true if there are no keys.

Implementation

bool get isEmpty => _data.isEmpty;