DescribePlayerSessionsOutput constructor

DescribePlayerSessionsOutput({
  1. String? nextToken,
  2. List<PlayerSession>? playerSessions,
})

Implementation

DescribePlayerSessionsOutput({
  this.nextToken,
  this.playerSessions,
});