ProductImprovement constructor

const ProductImprovement({
  1. required ProductImprovementCategory category,
})

Implementation

const ProductImprovement({
  required this.category,
});