JSReject constructor
      
      JSReject(
    
    
- Pointer<JSObjectRef> ref, {
- bool autoDispose = true,
Implementation
JSReject(Pointer<JSObjectRef> ref, {bool autoDispose = true}) : _ref = ref {
  attach(calloc.nativeFree, _ref.cast(), autoDispose: autoDispose);
}