DataPoint constructor

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

Implementation

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