UpdateGameSessionQueueOutput constructor

UpdateGameSessionQueueOutput({
  1. GameSessionQueue? gameSessionQueue,
})

Implementation

UpdateGameSessionQueueOutput({
  this.gameSessionQueue,
});