ProductData constructor
const
ProductData({})
Implementation
const ProductData({
required this.id,
required this.name,
required this.price,
required this.active,
this.imagePath,
required this.categoryId,
required this.estimatedInputPrice,
required this.taxRate,
this.description,
});