isNull property
bool
get
isNull
Tests whether a JavaScript value's type is the null type.
Implementation
bool get isNull {
return JSValueRef.jSValueIsNull(context.pointer, pointer) == 1;
}
Tests whether a JavaScript value's type is the null type.
bool get isNull {
return JSValueRef.jSValueIsNull(context.pointer, pointer) == 1;
}