hasNoMimeType property

bool hasNoMimeType

A bad or busted server didn't give us any content type. This is a warning.

Implementation

bool get hasNoMimeType => wasTried && contentType == null;