MainBody constructor
const
MainBody({})
Implementation
const MainBody({
this.scopePrefix,
required this.isTextSyntax,
required this.langName,
required this.fileTypes,
required this.topLevelPatterns,
required this.repository,
});