JSValuePointer constructor
JSValuePointer([
- Pointer<
NativeType> ? value
Implementation
JSValuePointer([Pointer? value])
: this.count = 1,
this.pointer = malloc.call<Pointer>(1) {
pointer.value = value ?? nullptr;
}