UpdateServerResponse constructor

UpdateServerResponse({
  1. Server? server,
})

Implementation

UpdateServerResponse({
  this.server,
});