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