isImagePNG property

bool isImagePNG

Returns true if this is image/png.

Implementation

bool get isImagePNG => isImage && subType == 'png';