Dart_IsError_Type typedef

Dart_IsError_Type = Pointer<NativeFunction<Bool Function(Handle handle)>>

Implementation

typedef Dart_IsError_Type = ffi.Pointer<ffi.NativeFunction<ffi.Bool Function(ffi.Handle handle)>>;