ListGameServersOutput constructor

ListGameServersOutput({
  1. List<GameServer>? gameServers,
  2. String? nextToken,
})

Implementation

ListGameServersOutput({
  this.gameServers,
  this.nextToken,
});