deleteProperty property

bool Function(T, Object) get deleteProperty

Implementation

_i2.bool Function(
  T,
  _i2.Object,
) get deleteProperty => (
      T p0,
      _i2.Object p1,
    ) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'deleteProperty',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        );
set deleteProperty (bool value(T, Object))

Implementation

set deleteProperty(
    _i2.bool Function(
      T,
      _i2.Object,
    ) value) {
  _i4.setProperty(
    this,
    'deleteProperty',
    _i4.allowInterop(value),
  );
}