DescribeServerResponse constructor

DescribeServerResponse({
  1. required DescribedServer server,
})

Implementation

DescribeServerResponse({
  required this.server,
});