delete property
IDBRequest Function()
get
delete
Implementation
_i3.IDBRequest<_i2.dynamic> Function() get delete => () => _i4.callMethod(
_i4.getProperty(
this,
'delete',
),
r'call',
[this],
);
set
delete
(IDBRequest value())
Implementation
set delete(_i3.IDBRequest<_i2.dynamic> Function() value) {
_i4.setProperty(
this,
'delete',
_i4.allowInterop(value),
);
}