LanguagePackStringValueDeleted constructor

const LanguagePackStringValueDeleted({
  1. dynamic extra,
  2. 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,
});