avatar_not_found property

String get avatar_not_found

The request avatar could not be found

Implementation

String get avatar_not_found {
  return Intl.message(
    'The request avatar could not be found',
    name: 'avatar_not_found',
    desc: '',
    args: [],
  );
}