untracked property Null safety

bool untracked

An image that either has not been submitted to ImageCache.putIfAbsent or has otherwise been evicted from the keepAlive and live caches.

Implementation

bool get untracked => !pending && !keepAlive && !live;