athmExceptionTitle property

String get athmExceptionTitle

Something went wrong...

Implementation

String get athmExceptionTitle {
  return Intl.message(
    'Something went wrong...',
    name: 'athmExceptionTitle',
    desc: '',
    args: [],
  );
}