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