nextRequest property
Future<RequestEvent?> Function()
get
nextRequest
Implementation
_i2.Future<_i4.RequestEvent?> Function() get nextRequest =>
() => _i3.promiseToFuture(_i3.callMethod(
_i3.getProperty(
this,
'nextRequest',
),
r'call',
[this],
));
set
nextRequest
(Future<RequestEvent?> value())
Implementation
set nextRequest(_i2.Future<_i4.RequestEvent?> Function() value) {
_i3.setProperty(
this,
'nextRequest',
_i3.allowInterop(value),
);
}