AutomationCommand constructor

const AutomationCommand(
  1. Pointer<syz_Handle> targetHandle,
  2. double time,
  3. AutomationCommands type
)

Create an instance.

Implementation

const AutomationCommand(this.targetHandle, this.time, this.type);