pendingImageCount property

int pendingImageCount
override

The number of images being tracked as pending in the ImageCache.

Compare with ImageCache.currentSize for keepAlive images.

Implementation

int get pendingImageCount => _pendingImages.length;