LinearSubcommand constructor

LinearSubcommand(
  1. int index,
  2. double position,
  3. int duration
)

Implementation

LinearSubcommand(this.index, this.position, this.duration);