TrendApiArgs constructor

const TrendApiArgs({
  1. required int deviceId,
  2. required TrendPathParam trend,
  3. required TrendTimeArg? timeSpan,
})

Implementation

const TrendApiArgs({
  required this.deviceId,
  required this.trend,
  required this.timeSpan,
});