Translation constructor

Translation({
  1. String? en,
  2. String? id,
})

Implementation

Translation({
  this.en,
  this.id,
});