NativeGetObjectPropertiesFunc typedef
NativeGetObjectPropertiesFunc =
Pointer<NativeValue> Function(Pointer<Void> dartIsolateContext, Double contextId, Pointer<Utf8> objectId, Int32 includePrototype)
Implementation
typedef NativeGetObjectPropertiesFunc = Pointer<NativeValue> Function(
Pointer<Void> dartIsolateContext, Double contextId, Pointer<Utf8> objectId, Int32 includePrototype);