isEmpty property

bool isEmpty

Returns true if keys is empty.

Implementation

bool get isEmpty => _data.isEmpty;