Returns this as a WASM canonical abi value.
List<Object?> toWasm() => [ insert, (attributes == null ? const None().toWasm() : Option.fromValue(attributes).toWasm((some) => some.toWasm())), ];