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