stringify method

JSValue stringify({
  1. bool autoDispose = true,
})

Implementation

JSValue stringify({bool autoDispose = true}) => JSValue.ptr(
      _ctx,
      JS_ToString(_ctx.ref, _ref.ref),
      autoDispose: autoDispose,
    );