CostCategoryRule constructor

CostCategoryRule({
  1. required Expression rule,
  2. required String value,
})

Implementation

CostCategoryRule({
  required this.rule,
  required this.value,
});