tracked property

bool tracked

An image that is tracked in some way by the ImageCache, whether pending, keepAlive, or live.

Implementation

bool get tracked => pending || keepAlive || live;