JSRuntime constructor

JSRuntime(
  1. JSRuntimeRef _ref, {
  2. bool autoDispose = true,
})

Implementation

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