LanguageBundle constructor
const
LanguageBundle({})
Implementation
const LanguageBundle({
required this.bundleName,
required this.fileAssociationContributions,
this.tokeniser,
this.parser,
this.interpreter,
});