TextDataPoint constructor

TextDataPoint(
  1. String x,
  2. double y
)

Implementation

TextDataPoint(this.x, this.y);