picture_failed property

String get picture_failed

Due to inaccurate picture or location, please try again

Implementation

String get picture_failed {
  return Intl.message(
    'Due to inaccurate picture or location, please try again',
    name: 'picture_failed',
    desc: '',
    args: [],
  );
}