PieData constructor

PieData(
  1. double data, [
  2. String? label
])

Implementation

PieData(
  this.data, [
  this.label,
]);