RunningServiceList constructor

RunningServiceList({
  1. List<RunningService>? entries,
})

Implementation

RunningServiceList({
  this.entries,
});