RestartProcessDead constructor

const RestartProcessDead({
  1. required int pid,
})

Implementation

const RestartProcessDead({required this.pid});