Translations constructor

Translations({
  1. String? kr,
  2. String? br,
  3. String? pt,
  4. String? nl,
  5. String? hr,
  6. String? fa,
  7. String? de,
  8. String? es,
  9. String? fr,
  10. String? ja,
  11. String? it,
  12. String? cn,
  13. String? tr,
})

Implementation

Translations({
  this.kr,
  this.br,
  this.pt,
  this.nl,
  this.hr,
  this.fa,
  this.de,
  this.es,
  this.fr,
  this.ja,
  this.it,
  this.cn,
  this.tr,
});