jSValueMakeNull top-level property
final
Creates a JavaScript value of the null type.
ctx
(JSContextRef) The execution context to use.
@result
(JSValueRef) The unique null value.
Implementation
final Pointer Function(Pointer ctx) jSValueMakeNull = jscLib
.lookup<NativeFunction<Pointer Function(Pointer)>>('JSValueMakeNull')
.asFunction();