SpawnProcessRequestDataAttributes constructor

SpawnProcessRequestDataAttributes({
  1. required int pid,
  2. Object? metadata,
})

Returns a new SpawnProcessRequestDataAttributes instance.

Implementation

SpawnProcessRequestDataAttributes({
  required this.pid,
  this.metadata,
});