CreateServerResponse constructor

CreateServerResponse({
  1. required String serverId,
})

Implementation

CreateServerResponse({
  required this.serverId,
});