AutomationEventD constructor
AutomationEventD({})
Implementation
AutomationEventD({
super.originalPointer,
this.frame = 0,
this.type = 0,
List<int>? params,
}) {
this.params = params ?? .filled(paramCount, 0);
}