HomebrewFormulaConfig constructor
const
HomebrewFormulaConfig({})
Implementation
const HomebrewFormulaConfig({
required this.className,
required this.description,
required this.homepage,
required this.version,
required this.executableName,
this.versioned = false,
});