[][src]Function dart_sys::Dart_NewBoolean

pub unsafe extern "C" fn Dart_NewBoolean(value: bool) -> Dart_Handle

Returns a Boolean with the provided value.

\param value true or false.

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