wireSyncRust2DartDcoIntoDart function

List wireSyncRust2DartDcoIntoDart(
  1. WireSyncRust2DartDco syncReturn
)

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);