UpdateLanguagePackStrings constructor

UpdateLanguagePackStrings({
  1. String? extra,
  2. int? client_id,
  3. string? localization_target,
  4. string? language_pack_id,
  5. vector<LanguagePackString>? strings,
})

Implementation

UpdateLanguagePackStrings({
  super.extra,
  super.client_id,
  this.localization_target,
  this.language_pack_id,
  this.strings,
});