NativeEvaluatePropertyPathFunc typedef
NativeEvaluatePropertyPathFunc =
Pointer<NativeValue> Function(Pointer<Void> dartIsolateContext, Double contextId, Pointer<Utf8> objectId, Pointer<Utf8> propertyPath)
Implementation
typedef NativeEvaluatePropertyPathFunc = Pointer<NativeValue> Function(
Pointer<Void> dartIsolateContext, Double contextId, Pointer<Utf8> objectId, Pointer<Utf8> propertyPath);