structSyncInto method
Syncs Dart-side fields into the already-allocated native pointer p.
Called by Allocator.PointerTo when originalPointer is set. The default implementation
delegates to nativeWriteInto; override only when sync and full allocation
differ (e.g. to skip re-allocating nested pointers).
Implementation
@override
void structSyncInto(RaylibTemp temp, Pointer<AutomationEventC> p, String key) {}