ParticipantSeriesTimeframe constructor
ParticipantSeriesTimeframe({})
Returns a new ParticipantSeriesTimeframe instance.
Implementation
ParticipantSeriesTimeframe({
required this.maxPoints,
required this.since,
required this.stepSeconds,
required this.until,
});