isSymbol property

bool get isSymbol

Implementation

bool get isSymbol {
  return js_bd.JSValueIsSymbol(_context.ref, _ref);
}