RotateSubcommand constructor

RotateSubcommand(
  1. int index,
  2. double speed,
  3. bool clockwise
)

Implementation

RotateSubcommand(this.index, this.speed, this.clockwise);