DialectProject constructor
DialectProject({})
Implementation
DialectProject({
required this.root,
required this.config,
required this.source,
required this.translations,
Glossary? glossary,
}) : glossary = glossary ?? Glossary.empty();