hasOwnProperty property

bool Function(Object) get hasOwnProperty

Implementation

_i2.bool Function(_i2.Object) get hasOwnProperty =>
    (_i2.Object p0) => _i6.callMethod(
          _i6.getProperty(
            this,
            'hasOwnProperty',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set hasOwnProperty (bool value(Object))

Implementation

set hasOwnProperty(_i2.bool Function(_i2.Object) value) {
  _i6.setProperty(
    this,
    'hasOwnProperty',
    _i6.allowInterop(value),
  );
}