isEmpty property

bool get isEmpty

Whether the cache is empty.

Implementation

bool get isEmpty => _cache.isEmpty;