BudgetConfig constructor
- LaborCostType laborCostType = LaborCostType.hourly,
- double laborRate = 40.0,
- double laborTime = 0.0,
- double fixedLaborCost = 0.0,
- double smallMaterialPercent = 3.0,
Implementation
const BudgetConfig({
this.laborCostType = LaborCostType.hourly,
this.laborRate = 40.0,
this.laborTime = 0.0,
this.fixedLaborCost = 0.0,
this.smallMaterialPercent = 3.0,
});