delete property

void Function(Object) get delete

Implementation

void Function(_i2.Object) get delete => (_i2.Object p0) => _i5.callMethod(
      _i5.getProperty(
        this,
        'delete',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set delete (void value(Object))

Implementation

set delete(void Function(_i2.Object) value) {
  _i5.setProperty(
    this,
    'delete',
    _i5.allowInterop(value),
  );
}