CreateServerResponse constructor

CreateServerResponse({
  1. Server? server,
})

Implementation

CreateServerResponse({
  this.server,
});