[][src]Function dart_sys::Dart_BooleanValue

pub unsafe extern "C" fn Dart_BooleanValue(
    boolean_obj: Dart_Handle,
    value: *mut bool
) -> Dart_Handle

Gets the value of a Boolean

\param boolean_obj A Boolean \param value Returns the value of the Boolean.

\return A valid handle if no error occurs during the operation.