ChartData constructor
ChartData({})
Implementation
ChartData({
required this.nome,
required this.valor,
this.perc,
this.color,
this.type=double,
this.title = '',
this.valorDeLabel
});
ChartData({
required this.nome,
required this.valor,
this.perc,
this.color,
this.type=double,
this.title = '',
this.valorDeLabel
});