Move constructor

const Move(
  1. int from,
  2. int to
)

Implementation

const Move(this.from, this.to);