CowDataValue constructor Null safety
- {required double value,
- bool? isHighlighted,
- CowDataBandValue? total}
Implementation
CowDataValue({
required this.value,
this.isHighlighted,
this.total,
});
CowDataValue({
required this.value,
this.isHighlighted,
this.total,
});