isConstructor property

bool get isConstructor

Implementation

bool get isConstructor {
  return js_bd.JSObjectIsConstructor(_context.ref, _ref);
}