LocalizedItem constructor

LocalizedItem(
  1. String key,
  2. List<String> translations,
  3. String fieldName
)

Implementation

LocalizedItem(this.key, this.translations, this.fieldName);