RunningProcessList constructor

RunningProcessList({
  1. List<RunningProcess>? entries,
})

Implementation

RunningProcessList({this.entries});