Dart_TypeDynamic

Function 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.