images constant

List<String> const images

Returns the extensions of files considered to be images.

Implementation

static const List<String> images = [
  'jpg',
  'jpeg',
  'png',
  'gif',
  'jfif',
  'svg',
  'webp',
];