CreatePlayerSessionsOutput constructor

CreatePlayerSessionsOutput({
  1. List<PlayerSession>? playerSessions,
})

Implementation

CreatePlayerSessionsOutput({
  this.playerSessions,
});