needsResolving property

bool needsResolving

true of the image is empty and a resolution hasn't been attempted, else false

Implementation

bool get needsResolving => _resolutionState == _NowPlayingImageResolutionState.unresolved;