isImageWebP property

bool isImageWebP

Returns true if this is image/png.

Implementation

bool get isImageWebP => isImage && subType == 'webp';