setD method
Copies the fields of the Dart struct o into this instance.
Implementation
@override
AutomationEventD setD(AutomationEventD o) {
originalPointer ??= o.originalPointer;
frame = o.frame;
type = o.type;
params = .from(o.params);
return this;
}