isObject property

bool get isObject

Implementation

bool get isObject {
  return js_bd.JSValueIsObject(_context.ref, _ref);
}