ProductForExcel constructor
- required String? sku,
- required int total,
- required String name,
Implementation
ProductForExcel({
required this.sku,
required this.total,
required this.name,
});
ProductForExcel({
required this.sku,
required this.total,
required this.name,
});