GetLanguagePackString constructor
GetLanguagePackString({})
Implementation
GetLanguagePackString({
required this.languagePackDatabasePath,
required this.localizationTarget,
required this.languagePackId,
required this.key,
});