DescribePlayerSessionsOutput constructor
DescribePlayerSessionsOutput({
- String? nextToken,
- List<
PlayerSession> ? playerSessions,
Implementation
DescribePlayerSessionsOutput({
this.nextToken,
this.playerSessions,
});