Tion constructor

Tion({
  1. String en,
  2. String de,
  3. String es,
  4. String fr,
  5. String it,
  6. String pl,
  7. String ro,
  8. String hu,
  9. String nl,
  10. String pt,
  11. String sv,
  12. String vi,
  13. String tr,
  14. String ru,
  15. String ja,
  16. String zh,
  17. String zhTw,
  18. String ko,
  19. String ar,
  20. String th,
  21. String id,
})

Implementation

Tion({
  this.en,
  this.de,
  this.es,
  this.fr,
  this.it,
  this.pl,
  this.ro,
  this.hu,
  this.nl,
  this.pt,
  this.sv,
  this.vi,
  this.tr,
  this.ru,
  this.ja,
  this.zh,
  this.zhTw,
  this.ko,
  this.ar,
  this.th,
  this.id,
});