type property

JSType get type

Value type

Implementation

JSType get type {
  int typeCode = JSValueGetType(context.ref, _ref);
  return JSType.values[typeCode];
}