TrendApiArgs constructor
- required int deviceId,
- required TrendPathParam trend,
- required TrendTimeArg? timeSpan,
Implementation
const TrendApiArgs({
required this.deviceId,
required this.trend,
required this.timeSpan,
});
const TrendApiArgs({
required this.deviceId,
required this.trend,
required this.timeSpan,
});