Function dart_sys::Dart_TypeDynamic

source ·
pub unsafe extern "C" fn Dart_TypeDynamic() -> Dart_Handle
Expand description

Returns types that are not classes, and which therefore cannot be looked up as library members by Dart_GetType.

\return A handle to the dynamic, void or Never type.