pub unsafe extern "C" fn Dart_ClassLibrary(
    cls_type: Dart_Handle
) -> Dart_Handle
Expand description

Returns a handle to the library which contains class.

\return A valid handle to the library with owns class, null if the class has no library or an error handle if the argument is not a valid handle to a class type.