FoReorderEvent constructor

const FoReorderEvent(
  1. int sourceIndex,
  2. int destIndex
)

Implementation

const FoReorderEvent(this.sourceIndex, this.destIndex);