JSValue.makeUndefined constructor
Creates a JavaScript value of the undefined type.
Implementation
JSValue.makeUndefined(this.context, {bool autoDispose = true})
: _ref = JSValueMakeUndefined(context.ref) {
attach(calloc.nativeFree, _ref.cast(), autoDispose: autoDispose);
}