isBitmap property
bool
get
isBitmap
Returns whether this media type is of a bitmap image, so excluding vectorial formats.
Implementation
bool get isBitmap => matchesAny([bmp, gif, jpeg, png, tiff, webp]);