GuestOsDetails constructor

GuestOsDetails({
  1. GuestConfigDetails? config,
  2. String? family,
  3. String? osName,
  4. GuestRuntimeDetails? runtime,
  5. String? version,
})

Implementation

GuestOsDetails({
  this.config,
  this.family,
  this.osName,
  this.runtime,
  this.version,
});