NodeRuntimeExtension constructor
const
NodeRuntimeExtension({
- NodeProcess? process,
- NodeHttpServerHost? server,
- NodeIncomingMessageHost? request,
- NodeServerResponseHost? response,
Creates a Node runtime extension snapshot.
Implementation
const NodeRuntimeExtension({
this.process,
this.server,
this.request,
this.response,
});