TranslationConfig constructor

TranslationConfig({
  1. String? targetLanguage,
})

Implementation

TranslationConfig({
  this.targetLanguage,
});