addSlot method

void addSlot(
  1. Slot slot
)

Add new slot

Implementation

void addSlot(Slot slot) {
  slots.add(slot);
}