VmServer constructor
VmServer({
- String? vmManagerName,
- VmManagerType? vmManagerType,
- String? vmName,
- String? vmPath,
- VmServerAddress? vmServerAddress,
Implementation
VmServer({
this.vmManagerName,
this.vmManagerType,
this.vmName,
this.vmPath,
this.vmServerAddress,
});