your_photo_clear property
      
      String
      get
      your_photo_clear
      
    
    
Is your photo clear?
Implementation
String get your_photo_clear {
  return Intl.message(
    'Is your photo clear?',
    name: 'your_photo_clear',
    desc: '',
    args: [],
  );
}