ReorderEvent constructor

ReorderEvent(
  1. int sourceIndex,
  2. int destIndex
)

Implementation

ReorderEvent(this.sourceIndex, this.destIndex);