isSymbol property

bool isSymbol

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

Implementation

bool get isSymbol {
  return JSValueRef.jSValueIsSymbol(context.pointer, pointer) == 1;
}