match property

Future<Response?> Function(Object, [MultiCacheQueryOptions?]) get match

Implementation

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

Implementation

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