isImageJPEG property

bool isImageJPEG

Returns true if this is image/jpeg.

Implementation

bool get isImageJPEG => isImage && subType == 'jpeg';