TranslationErrorOptions constructor
- required TranslationErrorData data,
- ShowAlert? showAlert,
Implementation
TranslationErrorOptions({
required this.data,
this.showAlert,
});
TranslationErrorOptions({
required this.data,
this.showAlert,
});