TranslationLanguageSetOptions constructor

TranslationLanguageSetOptions({
  1. required TranslationLanguageSetData data,
  2. void updateMySpokenLanguage(
    1. String
    )?,
  3. void updateMySpokenLanguageEnabled(
    1. bool
    )?,
  4. ShowAlert? showAlert,
})

Implementation

TranslationLanguageSetOptions({
  required this.data,
  this.updateMySpokenLanguage,
  this.updateMySpokenLanguageEnabled,
  this.showAlert,
});