SetCustomLanguagePackString constructor
SetCustomLanguagePackString({
- String? extra,
- int? client_id,
- string? language_pack_id,
- LanguagePackString? new_string,
Implementation
SetCustomLanguagePackString({
super.extra,
super.client_id,
this.language_pack_id,
this.new_string,
});