Function dart_sys::Dart_NewBoolean

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

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.