avatar_set_not_found property

String get avatar_set_not_found

The requested avatar set could not be found

Implementation

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