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