initialize property
(JSObjectInitializeCallback) The callback invoked when an object is first created. Use this callback to initialize the object.
Implementation
external Pointer<NativeFunction<JSObjectInitializeCallback>> initialize;
(JSObjectInitializeCallback) The callback invoked when an object is first created. Use this callback to initialize the object.
external Pointer<NativeFunction<JSObjectInitializeCallback>> initialize;