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