generatorTrends static method

GeneratorTrendsRoute generatorTrends(
  1. int id,
  2. GeneratorTrend arg, {
  3. TrendTimeArg? t,
})

Implementation

static GeneratorTrendsRoute generatorTrends(
  int id,
  GeneratorTrend arg, {
  TrendTimeArg? t,
}) =>
    GeneratorTrendsRoute(id, arg, t: t);