SearchGameSessionsOutput constructor

SearchGameSessionsOutput({
  1. List<GameSession>? gameSessions,
  2. String? nextToken,
})

Implementation

SearchGameSessionsOutput({
  this.gameSessions,
  this.nextToken,
});