matchAll property
Future<ReadonlyArray> Function<T extends ClientQueryOptions>([T?])
get
matchAll
Implementation
_i2.Future<_i9.ReadonlyArray<_i2.dynamic>>
Function<T extends _i3.ClientQueryOptions>([T?])
get matchAll => <T extends _i3.ClientQueryOptions>([T? p0]) =>
_i4.promiseToFuture(_i4.callMethod(
_i4.getProperty(
this,
'matchAll',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
));
set
matchAll
(Future<ReadonlyArray> value<T extends ClientQueryOptions>([T?]) )
Implementation
set matchAll(
_i2.Future<_i9.ReadonlyArray<_i2.dynamic>>
Function<T extends _i3.ClientQueryOptions>([T?])
value) {
_i4.setProperty(
this,
'matchAll',
_i4.allowInterop(value),
);
}