Dictionary constructor
Initialise a dictionary with details determined from import.
Implementation
Dictionary({
required this.name,
required this.formatKey,
required this.order,
this.hiddenLanguages = const [],
this.collapsedLanguages = const [],
});