structuredClone method
Implementation
dynamic structuredClone(dynamic value,
[StructuredSerializeOptions? options]) =>
js_util.callMethod(this, 'structuredClone', [value, options]);
dynamic structuredClone(dynamic value,
[StructuredSerializeOptions? options]) =>
js_util.callMethod(this, 'structuredClone', [value, options]);