toWasm method

List<Object?> toWasm()
override

Returns this as a WASM canonical abi value.

Implementation

List<Object?> toWasm() => [
      target.toWasm(),
      delta.map(YArrayDelta.toWasm).toList(growable: false),
      path.map(EventPathItem.toWasm).toList(growable: false)
    ];