SetCustomLanguagePack constructor

SetCustomLanguagePack({
  1. String? extra,
  2. int? client_id,
  3. LanguagePackInfo? info,
  4. vector<LanguagePackString>? strings,
})

Implementation

SetCustomLanguagePack({
  super.extra,
  super.client_id,
  this.info,
  this.strings,
});