GameSessionQueue constructor
GameSessionQueue({
- List<
GameSessionQueueDestination> ? destinations, - String? gameSessionQueueArn,
- String? name,
- List<
PlayerLatencyPolicy> ? playerLatencyPolicies, - int? timeoutInSeconds,
Implementation
GameSessionQueue({
this.destinations,
this.gameSessionQueueArn,
this.name,
this.playerLatencyPolicies,
this.timeoutInSeconds,
});