[][src]Function dart_sys::Dart_VersionString

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

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.