UpdateLanguagePackStrings constructor
const
UpdateLanguagePackStrings({
- required String localizationTarget,
- required String languagePackId,
- required List<
LanguagePackString> strings, - dynamic extra,
- int? clientId,
Some language pack strings have been updated
Implementation
const UpdateLanguagePackStrings({
required this.localizationTarget,
required this.languagePackId,
required this.strings,
this.extra,
this.clientId,
});