Function dart_sys::Dart_IsInstance

source ·
pub unsafe extern "C" fn Dart_IsInstance(object: Dart_Handle) -> bool
Expand description

Query object type.

\param object Some Object.

\return true if Object is of the specified type.