IAPoint constructor

const IAPoint(
  1. double x,
  2. double y
)

Implementation

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