Translation constructor
const
Translation({})
Implementation
const Translation({
this.languages = const <String>[],
this.items = const <ARBItem>[],
this.predefinedPlaceholderTable = const <String, Map<String, String>>{},
});