AutomationClearEventsCommand class

SYZ_AUTOMATION_COMMAND_CLEAR_EVENTS.

Inheritance

Constructors

AutomationClearEventsCommand(Pointer<syz_Handle> targetHandle, double time)
Create an instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetHandle Pointer<syz_Handle>
The handle of the target this command should work with.
finalinherited
time double
The time this command should run.
finalinherited
type AutomationCommands
The type of command.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited