liveImageCount property

int liveImageCount

The number of live images being held by the ImageCache.

Compare with ImageCache.currentSize for keepAlive images.

Implementation

int get liveImageCount => _liveImages.length;