TranslationState constructor
const
TranslationState({})
Implementation
const TranslationState({
required this.globalLanguage,
required this.perSpeaker,
required this.active,
required this.availableLanguages,
});