KillProcessResponse constructor

KillProcessResponse({
  1. required Process data,
})

Returns a new KillProcessResponse instance.

Implementation

KillProcessResponse({
  required this.data,
});