PlayerMsg constructor

PlayerMsg({
  1. int? playerId,
})

Implementation

PlayerMsg({
  this.playerId,
});