Position constructor

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

Implementation

Position(this.x, this.y);