EChartPieBean constructor

EChartPieBean({
  1. dynamic id,
  2. String title = '',
  3. int number = 100,
  4. Color color = Colors.blue,
  5. bool isClick = false,
})

Implementation

EChartPieBean(
    {this.id,
    this.title = '',
    this.number = 100,
    this.color = Colors.blue,
    this.isClick = false});