isImage property

bool get isImage

Implementation

bool get isImage => [
  'jpg',
  'jpeg',
  'png',
  'gif',
  'webp',
  'bmp',
  'svg',
  'heic',
].contains(extension);