CreateGameSessionQueueOutput constructor

CreateGameSessionQueueOutput({
  1. GameSessionQueue? gameSessionQueue,
})

Implementation

CreateGameSessionQueueOutput({
  this.gameSessionQueue,
});