PointXY constructor

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

Implementation

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