TrendDataArgs constructor

const TrendDataArgs(
  1. int generatorId,
  2. GeneratorTrend trend,
  3. TrendTimeArg timeSpan
)

Implementation

const TrendDataArgs(this.generatorId, this.trend, this.timeSpan);