UpdateServerResponse constructor

UpdateServerResponse({
  1. required String serverId,
})

Implementation

UpdateServerResponse({
  required this.serverId,
});