constructor property
Function
get
constructor
The initial value of Object.prototype.constructor is the standard built-in Object constructor.
Implementation
_i2.Function get constructor => _i6.getProperty(
this,
'constructor',
);
set
constructor
(Function value)
Implementation
set constructor(_i2.Function value) {
_i6.setProperty(
this,
'constructor',
value,
);
}