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

Gets the version string for the Dart VM.

The version of the Dart VM can be accessed without initializing the VM.

\return The version string for the embedded Dart VM.