ClassConfig constructor
const
ClassConfig({})
Creates a new ClassConfig instance.
Implementation
const ClassConfig({
required this.debug,
required this.group,
required this.outputPath,
required this.order,
});
Creates a new ClassConfig instance.
const ClassConfig({
required this.debug,
required this.group,
required this.outputPath,
required this.order,
});