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