this_file_is_not_an_image property

String get this_file_is_not_an_image

This file is not an image

Implementation

String get this_file_is_not_an_image {
  return Intl.message(
    'This file is not an image',
    name: 'this_file_is_not_an_image',
    desc: '',
    args: [],
  );
}