LocalizedText constructor

LocalizedText({
  1. String? locale,
  2. String? text,
})

Implementation

LocalizedText({
  this.locale,
  this.text,
});