pub unsafe extern "C" fn Dart_InstanceGetType(
instance: Dart_Handle,
) -> Dart_HandleExpand description
Gets the type of a Dart language object.
\param instance Some Dart object.
\return If no error occurs, the type is returned. Otherwise an error handle is returned.