SetCustomLanguagePack constructor
SetCustomLanguagePack({
- String? extra,
- int? client_id,
- LanguagePackInfo? info,
- vector<
LanguagePackString> ? strings,
Implementation
SetCustomLanguagePack({
super.extra,
super.client_id,
this.info,
this.strings,
});