isString property

bool isString

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

Implementation

bool get isString {
  return JSValueRef.jSValueIsString(context.pointer, pointer) == 1;
}