Localization constructor

Localization({
  1. String? langCode,
  2. String? text,
})

Implementation

Localization({
  this.langCode,
  this.text,
});