Position constructor

const Position(
  1. int y,
  2. int x
)

Implementation

const Position(this.y, this.x);