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