GeneratorTrendData constructor
Implementation
const GeneratorTrendData({
required this.trend,
required this.values,
required this.minValue,
required this.maxValue,
});
const GeneratorTrendData({
required this.trend,
required this.values,
required this.minValue,
required this.maxValue,
});