tracked property
bool
get
tracked
An image that is tracked in some way by the ImageCache, whether pending, keepAlive, or live.
Implementation
bool get tracked => pending || keepAlive || live;
An image that is tracked in some way by the ImageCache, whether pending, keepAlive, or live.
bool get tracked => pending || keepAlive || live;