isNull property

bool isNull

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

Implementation

bool get isNull {
  return JSValueRef.jSValueIsNull(context.pointer, pointer) == 1;
}