imageLoadFailed property

String imageLoadFailed

Could not load the image

Implementation

String get imageLoadFailed {
  return Intl.message(
    'Could not load the image',
    name: 'imageLoadFailed',
    desc: '',
    args: [],
  );
}