GetLanguagePackString constructor

GetLanguagePackString({
  1. required String languagePackDatabasePath,
  2. required String localizationTarget,
  3. required String languagePackId,
  4. required String key,
})

Implementation

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