PlacedPlayerSession constructor

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

Implementation

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