GameSessionConnectionInfo constructor

GameSessionConnectionInfo({
  1. String? dnsName,
  2. String? gameSessionArn,
  3. String? ipAddress,
  4. List<MatchedPlayerSession>? matchedPlayerSessions,
  5. int? port,
})

Implementation

GameSessionConnectionInfo({
  this.dnsName,
  this.gameSessionArn,
  this.ipAddress,
  this.matchedPlayerSessions,
  this.port,
});