getImportMeta method

JSValue getImportMeta(
  1. JSModuleDefRef m, {
  2. bool autoDispose = true,
})

Implementation

JSValue getImportMeta(JSModuleDefRef m, {bool autoDispose = true}) =>
    JSValue.ptr(this, JS_GetImportMeta(_ref, m), autoDispose: autoDispose);