ProductInventory constructor
ProductInventory({})
Implementation
ProductInventory({
required this.sku,
required this.quantity,
required this.unitPrice,
required this.lastRestocked,
required this.isAvailable,
});