GuestRuntimeDetails constructor

GuestRuntimeDetails({
  1. String? domain,
  2. GuestInstalledApplicationList? installedApps,
  3. String? lastBootTime,
  4. String? machineName,
  5. RuntimeNetworkInfo? network,
  6. OpenFileList? openFileList,
  7. RunningProcessList? processes,
  8. RunningServiceList? services,
})

Implementation

GuestRuntimeDetails({
  this.domain,
  this.installedApps,
  this.lastBootTime,
  this.machineName,
  this.network,
  this.openFileList,
  this.processes,
  this.services,
});