Localized constructor

Localized({
  1. String? enUs,
})

Implementation

Localized({
  this.enUs,
});