InventorySlot constructor
Returns a new InventorySlot instance.
Implementation
InventorySlot({
required this.slot,
required this.code,
required this.quantity,
});
Returns a new InventorySlot instance.
InventorySlot({
required this.slot,
required this.code,
required this.quantity,
});