DescribeGameSessionsOutput constructor

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

Implementation

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