VmServer constructor

VmServer({
  1. String? vmManagerName,
  2. VmManagerType? vmManagerType,
  3. String? vmName,
  4. String? vmPath,
  5. VmServerAddress? vmServerAddress,
})

Implementation

VmServer({
  this.vmManagerName,
  this.vmManagerType,
  this.vmName,
  this.vmPath,
  this.vmServerAddress,
});