Dart_ObjectIsType

Function Dart_ObjectIsType 

Source
pub unsafe extern "C" fn Dart_ObjectIsType(
    object: Dart_Handle,
    type_: Dart_Handle,
    instanceof: *mut bool,
) -> Dart_Handle