Cycle constructor
Cycle(
- int startIndex,
- int endIndex,
- List<
SensorEvent> events
Implementation
Cycle(this.startIndex, this.endIndex, this.events);
Cycle(this.startIndex, this.endIndex, this.events);