isImagePNG property

bool isImagePNG

Returns true if is a PNG image mimeType.

Implementation

bool get isImagePNG => mimeType?.isImagePNG ?? false;