toWasm method

List<Object?> toWasm()

Returns this as a WASM canonical abi value.

Implementation

List<Object?> toWasm() =>
    [name.map((e) => e.toWasm()).toList(growable: false), arguments];