JSRuntime constructor
JSRuntime(
- JSRuntimeRef _ref, {
- bool autoDispose = true,
Implementation
JSRuntime(this._ref, {bool autoDispose = true}) {
attach(JS_FreeRuntimeAddress.cast(), _ref.cast(), autoDispose: autoDispose);
}