ProductTable constructor
ProductTable({})
Returns a new ProductTable instance.
Implementation
ProductTable({
required this.name,
required this.type,
required this.totalSales,
required this.coupons,
required this.netSales,
required this.orders,
});