MatchedPlayerSession constructor

MatchedPlayerSession({
  1. String? playerId,
  2. String? playerSessionId,
})

Implementation

MatchedPlayerSession({
  this.playerId,
  this.playerSessionId,
});