Function dart_sys::Dart_NewInteger

source ·
pub unsafe extern "C" fn Dart_NewInteger(value: i64) -> Dart_Handle
Expand description

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.