RunningService constructor

RunningService({
  1. String? cmdline,
  2. String? exePath,
  3. String? pid,
  4. String? serviceName,
  5. String? startMode,
  6. String? state,
})

Implementation

RunningService({
  this.cmdline,
  this.exePath,
  this.pid,
  this.serviceName,
  this.startMode,
  this.state,
});