Dart_IsNull_Type typedef

Dart_IsNull_Type = Pointer<NativeFunction<Bool Function(Handle)>>

Implementation

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