untracked property
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;
An image that either has not been submitted to ImageCache.putIfAbsent or has otherwise been evicted from the keepAlive and live caches.
bool get untracked => !pending && !keepAlive && !live;