GeneratorTrendsChart constructor

const GeneratorTrendsChart({
  1. Key? key,
  2. required int generatorId,
  3. required GeneratorTrend trend,
  4. required TrendTimeArg timeSpan,
})

Implementation

const GeneratorTrendsChart({
  super.key,
  required this.generatorId,
  required this.trend,
  required this.timeSpan,
});