CostCategoryRule constructor
CostCategoryRule({
- required Expression rule,
- required String value,
Implementation
CostCategoryRule({
required this.rule,
required this.value,
});