slotNumber function

int slotNumber()

Returns a unique number, used to identify the slot.

Implementation

int slotNumber() => ++_totalSlots;