BoolPlayerMsg constructor

BoolPlayerMsg({
  1. int? playerId,
  2. bool? value,
})

Implementation

BoolPlayerMsg({
  this.playerId,
  this.value,
});