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