Translation constructor

Translation(
  1. Map<String, Map<Lang, String>> translations
)

Implementation

Translation(this.translations);