MoveInfo constructor

MoveInfo({
  1. int windowId,
  2. int fromIndex,
  3. int toIndex,
})

Implementation

external factory MoveInfo({int windowId, int fromIndex, int toIndex});