Server constructor
Server({
- String? replicationJobId,
- bool? replicationJobTerminated,
- String? serverId,
- ServerType? serverType,
- VmServer? vmServer,
Implementation
Server({
this.replicationJobId,
this.replicationJobTerminated,
this.serverId,
this.serverType,
this.vmServer,
});