LocalizedName constructor

const LocalizedName({
  1. String? en,
  2. String? ar,
})

Implementation

const LocalizedName({
  this.en,
  this.ar,
});