Function dart_sdk_sys::Dart_ObjectIsType[][src]

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