DescribeGameSessionsOutput constructor
      
      DescribeGameSessionsOutput({ 
    
    
- List<GameSession> ? gameSessions,
- String? nextToken,
Implementation
DescribeGameSessionsOutput({
  this.gameSessions,
  this.nextToken,
});