[][src]Function dart_sys::Dart_IsInstance

pub unsafe extern "C" fn Dart_IsInstance(object: Dart_Handle) -> bool

Query object type.

\param object Some Object.

\return true if Object is of the specified type.