LanguagePackString constructor
LanguagePackString({
- String? extra,
- int? client_id,
- string? key,
- LanguagePackStringValue? value,
Implementation
LanguagePackString({
super.extra,
super.client_id,
this.key,
this.value,
});