keys property
Future<ReadonlyArray<Request> > Function([Object?, CacheQueryOptions?])
get
keys
Implementation
_i2.Future<_i9.ReadonlyArray<_i3.Request>> Function([
_i2.Object?,
_i3.CacheQueryOptions?,
]) get keys => ([
_i2.Object? p0,
_i3.CacheQueryOptions? p1,
]) =>
_i4.promiseToFuture(_i4.callMethod(
_i4.getProperty(
this,
'keys',
),
r'call',
[
this,
p0 ?? _i6.undefined,
p1 ?? _i6.undefined,
],
));
set
keys
(Future<ReadonlyArray<Request> > value([Object?, CacheQueryOptions?]))
Implementation
set keys(
_i2.Future<_i9.ReadonlyArray<_i3.Request>> Function([
_i2.Object?,
_i3.CacheQueryOptions?,
]) value) {
_i4.setProperty(
this,
'keys',
_i4.allowInterop(value),
);
}