SlangFileCollection constructor
SlangFileCollection({
- required RawConfig config,
- required List<
TranslationFile> files,
Implementation
SlangFileCollection({
required this.config,
required this.files,
});