isBoolean property

bool isBoolean

Tests whether a JavaScript value's type is the boolean type.

Implementation

bool get isBoolean {
  return JSValueRef.jSValueIsBoolean(context.pointer, pointer) == 1;
}