ServerValidationOutput constructor

ServerValidationOutput({
  1. Server? server,
})

Implementation

ServerValidationOutput({
  this.server,
});