LanguagePackString constructor

LanguagePackString({
  1. String? extra,
  2. int? client_id,
  3. string? key,
  4. LanguagePackStringValue? value,
})

Implementation

LanguagePackString({
  super.extra,
  super.client_id,
  this.key,
  this.value,
});