Position constructor

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

Implementation

Position(this.x, this.y);