Points constructor

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

Implementation

Points(this.x, this.y);