PointInfo<D> constructor

PointInfo<D>(
  1. dynamic x,
  2. num? y
)

Creating an argument constructor of PointInfo class.

Implementation

PointInfo(this.x, this.y);