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