delete property

IDBRequest Function(Object) get delete

Implementation

_i3.IDBRequest<_i2.dynamic> Function(_i2.Object) get delete =>
    (_i2.Object p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'delete',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set delete (IDBRequest value(Object))

Implementation

set delete(_i3.IDBRequest<_i2.dynamic> Function(_i2.Object) value) {
  _i4.setProperty(
    this,
    'delete',
    _i4.allowInterop(value),
  );
}