JSObject constructor
JSObject(
- JSContext context,
- JSObjectRef _ref, {
- bool autoDispose = true,
Implementation
JSObject(this.context, this._ref, {bool autoDispose = true}) {
attach(calloc.nativeFree, _ref.cast(), autoDispose: autoDispose);
}