ElementSlot constructor

ElementSlot(
  1. int index,
  2. Element? previousSibling
)

Implementation

ElementSlot(this.index, this.previousSibling);