pub unsafe extern "C" fn Dart_DebugNameToCString() -> *const c_char
Expand description

Returns the debugging name for the current isolate.

This name is unique to each isolate and should only be used to make debugging messages more comprehensible.

The returned string is scope allocated and is only valid until the next call to Dart_ExitScope.