Server constructor

Server({
  1. String? replicationJobId,
  2. bool? replicationJobTerminated,
  3. String? serverId,
  4. ServerType? serverType,
  5. VmServer? vmServer,
})

Implementation

Server({
  this.replicationJobId,
  this.replicationJobTerminated,
  this.serverId,
  this.serverType,
  this.vmServer,
});