AutomationClearEventsCommand constructor

const AutomationClearEventsCommand(
  1. Pointer<syz_Handle> targetHandle,
  2. double time
)

Create an instance.

Implementation

const AutomationClearEventsCommand(
  final Pointer<syz_Handle> targetHandle,
  final double time,
) : super(targetHandle, time, AutomationCommands.clearEvents);