isEmpty property

bool isEmpty

Returns true if there are no keys.

Implementation

bool get isEmpty => _data.isEmpty;