isString property

bool get isString

Implementation

bool get isString {
  return js_bd.JSValueIsString(_context.ref, _ref);
}