BarDataHour(- {required double value,
- required String valueLabel,
- required double realValue,
- required String label,
- required DateTime dateTime,
- double valueBottom = 0,
- String valueBottomLabel = '',
- double realValueBottom = 0,
- double groupRangeTopValue = 0,
- double groupRangeBottomValue = 0,
- double groupAvgValue = 0,
- double totalRangeTopValue = 0,
- double totalRangeBottomValue = 0,
- double totalAvgValue = 0,
- double groupRangeTopValueBottom = 0,
- double groupRangeBottomValueBottom = 0,
- double groupAvgValueBottom = 0,
- double totalRangeTopValueBottom = 0,
- double totalRangeBottomValueBottom = 0,
- double totalAvgValueBottom = 0,
- bool isHighlighted = false}
)
Implementation
BarDataHour({
required this.value,
required this.valueLabel,
required this.realValue,
required this.label,
required this.dateTime,
this.valueBottom = 0,
this.valueBottomLabel = '',
this.realValueBottom = 0,
this.groupRangeTopValue = 0,
this.groupRangeBottomValue = 0,
this.groupAvgValue = 0,
this.totalRangeTopValue = 0,
this.totalRangeBottomValue = 0,
this.totalAvgValue = 0,
this.groupRangeTopValueBottom = 0,
this.groupRangeBottomValueBottom = 0,
this.groupAvgValueBottom = 0,
this.totalRangeTopValueBottom = 0,
this.totalRangeBottomValueBottom = 0,
this.totalAvgValueBottom = 0,
this.isHighlighted = false,
});