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