[][src]Function dart_sys::Dart_NewInteger

pub unsafe extern "C" fn Dart_NewInteger(value: i64) -> Dart_Handle

Returns an Integer with the provided value.

\param value The value of the integer.

\return The Integer object if no error occurs. Otherwise returns an error handle.