EmptySlot constructor

EmptySlot({
  1. Slot? slot,
})

The EmptySlot just makes sure that the specified slot is not filled or cleared at all so the user could put an item in there(This is only necessary when you use fillEmptySlots).

Implementation

EmptySlot({Slot? slot}) : super(slot);