PointInfo<D> constructor
PointInfo<D> (
- dynamic x,
- num? y
Creating an argument constructor of PointInfo class.
Implementation
PointInfo(this.x, this.y);
Creating an argument constructor of PointInfo class.
PointInfo(this.x, this.y);