pendingImageCount property

int pendingImageCount

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

Compare with ImageCache.currentSize for keepAlive images.

Implementation

int get pendingImageCount => _pendingImages.length;