LanguagePackStringValueDeleted constructor
const
LanguagePackStringValueDeleted({
- dynamic extra,
- int? clientId,
A deleted language pack string, the value must be taken from the built-in English language pack
Implementation
const LanguagePackStringValueDeleted({
this.extra,
this.clientId,
});