PieChartDataEntry constructor

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

Implementation

PieChartDataEntry(this.x, this.y);