SetSpeedRequest constructor

SetSpeedRequest({
  1. int? playerId,
  2. double? speed,
})

Implementation

SetSpeedRequest({
  this.playerId,
  this.speed,
});