structuredClone method

dynamic structuredClone(
  1. dynamic value, [
  2. StructuredSerializeOptions? options
])

Implementation

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