RequestEvent constructor
Implementation
factory RequestEvent({
_i5.Request? request,
_i2.Future<void> Function(_i2.Object)? respondWith,
}) =>
RequestEvent._(
request: request ?? _i6.undefined,
respondWith: respondWith == null ? null : _i3.allowInterop(respondWith),
);