pub unsafe extern "C" fn Dart_NewIntegerFromUint64(
    value: u64
) -> Dart_Handle
Expand description

Returns an Integer with the provided value.

\param value The unsigned value of the integer.

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