excuse property
      
      String
      get
      excuse
      
    
    
Excuse
Implementation
String get excuse {
  return Intl.message(
    'Excuse',
    name: 'excuse',
    desc: '',
    args: [],
  );
}Excuse
String get excuse {
  return Intl.message(
    'Excuse',
    name: 'excuse',
    desc: '',
    args: [],
  );
}