TranslationApplying constructor

const TranslationApplying(
  1. TranslationApplyingType type, {
  2. List<LanguageCode>? selectedLanguages,
})

Implementation

const TranslationApplying(
  this.type, {
  this.selectedLanguages,
});