hasOwn property

bool Function(Object, Object) get hasOwn

Implementation

static _i2.bool Function(
  _i2.Object,
  _i2.Object,
) get hasOwn => (
      _i2.Object p0,
      _i2.Object p1,
    ) =>
        _i6.callMethod(
          _i6.getProperty(
            _i7.target0,
            'hasOwn',
          ),
          r'call',
          [
            _i7.target0,
            p0,
            p1,
          ],
        );
set hasOwn (bool value(Object, Object))

Implementation

static set hasOwn(
    _i2.bool Function(
      _i2.Object,
      _i2.Object,
    ) value) {
  _i6.setProperty(
    _i7.target0,
    'hasOwn',
    _i6.allowInterop(value),
  );
}