Move constructor

const Move({
  1. required int from,
  2. required int to,
})

Implementation

const Move({required this.from, required this.to});