TranslationConfigUpdatedOptions constructor

TranslationConfigUpdatedOptions({
  1. required TranslationConfigUpdatedData data,
  2. void updateTranslationConfig(
    1. TranslationRoomConfig
    )?,
  3. ShowAlert? showAlert,
})

Implementation

TranslationConfigUpdatedOptions({
  required this.data,
  this.updateTranslationConfig,
  this.showAlert,
});