wireSyncRust2DartDcoIntoDart function
Generates the dynamic Dart object from either an FFI struct or a JS value
The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.
Implementation
List<dynamic> wireSyncRust2DartDcoIntoDart(WireSyncRust2DartDco syncReturn) =>
dartCObjectIntoDart(syncReturn.ref);