TranslationErrorOptions constructor

TranslationErrorOptions({
  1. required TranslationErrorData data,
  2. ShowAlert? showAlert,
})

Implementation

TranslationErrorOptions({
  required this.data,
  this.showAlert,
});