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