type property

JSType get type

Implementation

JSType get type {
  final int type = js_bd.JSValueGetType(_context.ref, _ref);
  return JSType.values[type];
}