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