isEmpty property

bool isEmpty

Implementation

bool get isEmpty => _checkKey(_key, () => _items[_key]!.data == null);