imageNeedsResolving property
bool
get
imageNeedsResolving
true if the image is empty and a resolution hasn't been attempted, else false
Implementation
bool get imageNeedsResolving =>
_resolutionState == _NowPlayingImageResolutionState.unresolved;