getPropertyUint32 method

JSValue getPropertyUint32(
  1. int idx, {
  2. bool autoDispose = true,
})

Implementation

JSValue getPropertyUint32(int idx, {bool autoDispose = true}) => JSValue.ptr(
      _ctx,
      JS_GetPropertyUint32(_ctx.ref, _ref.ref, idx),
      autoDispose: autoDispose,
    );