Dart_ClassName

Function Dart_ClassName 

Source
pub unsafe extern "C" fn Dart_ClassName(
    cls_type: Dart_Handle,
) -> Dart_Handle
Expand description

Returns the name for the provided class type.

\return A valid string handle if no error occurs during the operation.