NodeRuntimeExtension constructor

const NodeRuntimeExtension({
  1. NodeProcess? process,
  2. NodeHttpServerHost? server,
  3. NodeIncomingMessageHost? request,
  4. NodeServerResponseHost? response,
})

Creates a Node runtime extension snapshot.

Implementation

const NodeRuntimeExtension({
  this.process,
  this.server,
  this.request,
  this.response,
});