pendingImageCount property Null safety
The number of images being tracked as pending in the ImageCache.
Compare with ImageCache.currentSize for keepAlive images.
Implementation
int get pendingImageCount => _pendingImages.length;
The number of images being tracked as pending in the ImageCache.
Compare with ImageCache.currentSize for keepAlive images.
int get pendingImageCount => _pendingImages.length;