Point constructor

const Point(
  1. num x,
  2. num y
)

Implementation

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