matchAll property

Future<ReadonlyArray<Response>> Function([Object?, CacheQueryOptions?]) get matchAll

Implementation

_i2.Future<_i9.ReadonlyArray<_i3.Response>> Function([
  _i2.Object?,
  _i3.CacheQueryOptions?,
]) get matchAll => ([
      _i2.Object? p0,
      _i3.CacheQueryOptions? p1,
    ]) =>
        _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'matchAll',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
            p1 ?? _i6.undefined,
          ],
        ));
set matchAll (Future<ReadonlyArray<Response>> value([Object?, CacheQueryOptions?]))

Implementation

set matchAll(
    _i2.Future<_i9.ReadonlyArray<_i3.Response>> Function([
      _i2.Object?,
      _i3.CacheQueryOptions?,
    ]) value) {
  _i4.setProperty(
    this,
    'matchAll',
    _i4.allowInterop(value),
  );
}