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