structSyncInto method
Syncs Dart-side fields into the already-allocated native pointer p. Defaults to structWriteInto.
Implementation
void structSyncInto(T temp, P p, String key) => structWriteInto(p);
Syncs Dart-side fields into the already-allocated native pointer p. Defaults to structWriteInto.
void structSyncInto(T temp, P p, String key) => structWriteInto(p);