GeneratorTrendsPage constructor

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

Implementation

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