AutomationSendUserEventCommand constructor

const AutomationSendUserEventCommand(
  1. Pointer<syz_Handle> targetHandle,
  2. double time,
  3. int param
)

Create an instance.

Implementation

const AutomationSendUserEventCommand(
  final Pointer<syz_Handle> targetHandle,
  final double time,
  this.param,
) : super(targetHandle, time, AutomationCommands.sendUserEvent);